I have this kind of data:-
ColumnA~|~ColumnB~|~ColumnC
xyz~|~1090~|~yes
abc~|~1011~|~yes
How to parse it through glue correctly without the delimiter ~|~
Tried using grok, but it was unable to parse
I have this kind of data:-
ColumnA~|~ColumnB~|~ColumnC
xyz~|~1090~|~yes
abc~|~1011~|~yes
How to parse it through glue correctly without the delimiter ~|~
Tried using grok, but it was unable to parse