I have two input files. One is txt and second csv. I use datamapper to extract data. It is possible to merge data from datamapper for txt and for csv in workflow? I have the same customer in both files and need to generate one pdf file.
The easiest way would be to merge all this in Workflow using a script. Since the 2 emulations are different, you will need to convert your CSV into a text format.
Just throwing ideas here. What about change emulation plugin within a branch and use metadata plugins and populate the meta with the new fields from the database not used by the data mapper. Then pass those meta fields to the template. Would that be an option? (However think 200 000 records since meta plugins are slow.) I’m facing these sort of challenges soon.