You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
please allow me to ask a question although I do not think this is possible with the current set of csv utilities. Is it possible to parse some string column wise? For instance, this csv
col1, col2, col3
str1, str2-remove, str3
csvparse -c 2 --regexp 's/str2-remove/str2/'
col1, col2, col3
str1, str2, str3
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
please allow me to ask a question although I do not think this is possible with the current set of csv utilities. Is it possible to parse some string column wise? For instance, this csv
csvparse -c 2 --regexp 's/str2-remove/str2/'
Thanks
The text was updated successfully, but these errors were encountered: