Hi All ,
I am getting below data in string format out of which I need only 3 things into datatable.Can anyon eplease help on this.
Input: “12345,11,savePayment,DiffCreditDetails,radioNo,234567,123,100,23,unsavePayment,radioNo\r\n”
I am sharing you the code I have created…cn you please checkout and help in to receive the kind of output I have mentioned before.testcopy.xaml (29.9 KB)
I have one question regarding to your input. I see you are trying to ignore the value 123 from the output, is it something you are trying to do intentionally or 123 should also be in the O/P? I am just trying to understand your output patterns.
It’s one of the business requirements…that of there is value in the split amount cell then main payment amount cell value needs to be ignored.so I’m ignoring it internationally
it is failing for other string values.This data I am getting as a result from customForm.
I have already added amount and accountNumber but I am unable to incorporate savePayment to dataTable.can you please check my above flow and suggest change in that only?