Tokenize the String in Integration
Content
Hi Team,
I have a long string coming in the json which is containing multiple delimeters. Below is the sample of string. The rows are delimited by @ and each column is delimited by #$, and further multiple data year wise delimited by #
key-174682#Fees#12340.0#111.0#null#111.0#$Discount#0.0#0.0#null#0.0key-174682#Fees#12340.0#111.0#null#111.0#$Discount#0.0#0.0#null#0.0key-174682#Fees#12340.0#111.0#null#111.0#$Discount#0.0#0.0#null#0.0#$All#Fees#12340.0#111.0#null#111.0#$Discount#0.0#0.0#null#0.0#$
Can we tokenize data separetly for all delimeters as mentioned. Please guide
0