Hello,
For a particular problem we were trying to parse a relatively large *.csv file with a recordmap. We are doing this from a BPL where we start with a REST call to acquire the file. This file needs a slight transformation which we tried in a DTL. However DTL's seem to be incapable of parsing larger files.
We see two different alternatives: The first one to write custom code to parse the file. And the second option to write SQL queries and to write the output to a csv file. We were wondering what the best practice for parsing larger files, transforming the data, and filter the data to d
.png)
.png)
.png)

.png)
.png)