Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
One Option :
Read each line as fullrow or one column --> Split it into three cols using regular expression ( tExtractRegexFields) --> Output
Regex expr : "^(\\w+),(\\w+),(.*)"
Let me know if it works
the most proper way - strongly ask (if it possible) to enquote strings in source export:
"4,\"harsh, any numbers of commas inside \",\"34,76,98"\"
it will properly handle any numbers of columns with commas inside
if for some reason it is not possible (but in many cases it only look not possible unless you did not explain reasons for changes), and in case if you sure - only last column is wrong: