Hi, I'm trying to use envelope to read one csv file and, after some checks on fields format, write two csv files: the first one with "ok data" and the second one with "ko data". My csv source has fields names on 1st row but these names contain spaces. How can I make a "select [field 1], [field 2] from StepOfChecks where..." by query.literal ? Thanks
P.s.: I'm not sure that this is the right way to make questions... in case, redirect me, thanks.
Hi, I'm trying to use envelope to read one csv file and, after some checks on fields format, write two csv files: the first one with "ok data" and the second one with "ko data". My csv source has fields names on 1st row but these names contain spaces. How can I make a "select [field 1], [field 2] from StepOfChecks where..." by query.literal ? Thanks P.s.: I'm not sure that this is the right way to make questions... in case, redirect me, thanks.