Resolved! Adding column at the beginnging of mapped array
Hi snaplogic experts, i have csv file with 56 columns. In order not to map field after field and have 56 rows in mapper, iam using this function (mapping and replacing . with , ). $.mapValues(x => x.replaceAll('.', ',')) but my problem is: i need to...