Help needed on complex checking
Summary
Help needed on complex checkingContent
Hi everyone,
I only have a bit of experience on ICS and could find answers for my questions.
Explanation of the job:
1) Read a CSV File
2) Check if all field are well filled
- For some of them, I need to verify if the value is contained in a list (up to 300 different values)
3) For some fields, change the value (example: if empty, set value to "****")
4) Map all these inputs into an other format
5) Send the data to another system
Questions :
- Is there a way to change one value (step 3) without using a mapping (i have lots of fields and would prefer not having to map the entire list) ?
1