excluding a column in csv file with regex -


Is there any way to exclude / remove / change a field from a CSV file with some regexp in Notepad ++?

I have some data such as a CSV file:

  '1', 'data1', 'data2', 'data3', 'data4', 'data5' , 'Data6', 'data 7', 'data 8', 'data 9', 'data10', 'data 11', 'data 12', 'data 13', 'data 14', 'data 15' 'Data 16', 'data 17', 'data 18' 'data 19', 'data 20', 'data 21', 'data 22', 'data 23', '\' data 24 with some commas, Here and there are some "double quotes" and full pillar. ', 25 Data', 'Data 26'  

The problem I am experiencing is with data24 where I have the \ '< / Code> and then "" and some wild characters like , and . This is especially fixed in 24 areas. For the purpose of clarity, I have registered a new line here. But the entire text above has one line.

Thanks

P> Probably not likely to file It is easy to replace with some tools which is how to handle CSV (OpenOffice).

If you still want to use a regex, take a look, so that you do not have a single bid before it is before a backslash.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -