Forum Discussion
Hi @SL12345,
If you want to do this with expression then try this:
$content.split("\n").map(row => {row: row, lengthValuse:row.split(';')[8].split(',').length })
Regards,
Viktor N.
Thank you Viktor … and is there any way how to do it if i have input as a string ?
1;2566;28.3.2023;28.3.2023;10;10;15;11;1,2,3,4,5,6,7,8,9,10;Eur;Euro;USD\n2;2567;28.3.2023;28.3.2023;10;10;15;11;1,2,3,4,5,6,7;Eur;Euro;USD\n3;2566;28.3.2023;28.3.2023;10;10;15;11;1,2,3,4,5,6,7,8,9,10;Eur;Euro;USD\n
- pvsharish92 years agoNew Contributor II
Hi Reshma
Were you able to find the cause of this issue? Is your child pipeline failing with the error ‘request timeout’?
Related Content
- 2 years ago
- 3 years ago