Hey,
An example of string that I would pass is
“ASCDF,SWE_DSWE_345_32_SDER+DFC_ERDS_456_32_S3DFG”
I need to separate this into different columns based on the “,” , “_” and “+”
I am using the Generate Data Table Activity but only able to provide one column separator.
Please advise on how I would be able to send multiple column separators or any other activity I can use that separates text file text into excel columns based on 3 different symbols.
Yes, Test refers to the string variable contains “ASCDF,SWE_DSWE_345_32_SDER+DFC_ERDS_456_32_S3DFG”
In your case from the screenshot I see, you will need to create a variable in Read Text File Output panel to store the string retrieved - Let’s say “Test”
Then use assign mentioned above to replace both “_” and “+” with “,”