how to delete data on line as example
-
Dear,
I have file notepad++ as below:
1 | a | b | 2015 | a| d | f | CA | g | r | g | CA | s | b | v | CA | --2
2 | d | c | 2015 | d| e | h | CA | c | x | n | CA | m | e | q | CA | --2
3 | s | x | 2016 | v | w | BR | x |w | CA | d | d | CA | --2( a| d | f | CA), (d| e | h | CA), (v | w | BR) = INFO 1
(g | r | g | CA), (c | x | n | CA), (x |w | CA) =INFO 2
(s | b | v | CA | --2), (m | e | q | CA | --2), (d | d | CA | --2) =INFO3i only want info 2, result is:
1 | a | b | 2015 | g | r | g | CA |
2 | d | c | 2015 | c | x | n | CA |
3 | s | x | 2016 | x |w | CA |Thank you!
-
too many open questions.
Are a b d f variable in length? Or is it really one char?
Is the pipe symbol part of the data?
Is it true that there is a space after the char v in | v | (line 3)
but not after char d in | d| (line 2 and 1)?Cheers
Claudia
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login