go to post Evgeny Shvarov · Jan 27 Hi Stefan! Usually not. We know, that rules changing doesn’t help. But sometimes, very rarely, we add bonuses on-the-go. Like this time we believe that this bonus will help to pay attention to ideas, published by community members, and implement solutions, that community requested and voted for. And there is still 10 days to submit the app and one week more to polish it. We believe this bonus will not harm anyone. If it does - we can discuss it.
go to post Evgeny Shvarov · Jan 23 For your inspiration see also the ideas with the "Community Opportunity" status on the Ideas Portal.
go to post Evgeny Shvarov · Jan 23 What a contest! It'd be great if someone could implement the tool to export Interoperability components into a local folder with every changes saved in the interoperability UI? Currently git-source-control can do the job, but it is not complete. Some Interoperability components (e.g. business rules) are not being exported. And lookup tables are exported in an not importable format. I published and idea regarding it.
go to post Evgeny Shvarov · Jan 23 Never mind. Turned out I didn't %Source to %Source data copy in transformation thus there were no filename in the result file. The only question left - how to manage Headers line in such a production? If possible?
go to post Evgeny Shvarov · Jan 22 Thank you, Robert! This could work but for some reason '%f' doesn't work for record mapper: I'm getting <NOTOPEN> error if it is only the '%f' and if I use the default setting of FileOperation as '%f_%Q%!+(_a)' I get the file name that starts from '_' symbol and looks like: _2023-01-22_13.10.49.784 Maybe it is the way to update this setting on-the-go somehow? E.g. with a callback?
go to post Evgeny Shvarov · Jan 21 Indeed, it works! Thank you, Robert! One issue though: as a result of Operation I have one new file per new message/record in a source file. Any chance to ask Production to put all the same amount records as were in the initial file?
go to post Evgeny Shvarov · Jan 19 Hi @Colin Overton ! Try MDX2JSON, it should have what you need. Also try DeepSeeWeb, maybe it does what you are looking for.
go to post Evgeny Shvarov · Jan 18 @Robert Barbiaux , this is very cool! In fact the purpose of what I plan to do is to expose the idea of data-transformation for newcomers in the simplest possible manner. I wanted to have every line as a message that contains data that will be transformed via the rule. I understand that in a real-life interoperability cases one message should be a one file/stream but the purpose is to explain how engine works.