SOLVED
Parse a String into Columns and Detail Data
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Gabacho
7 - Meteor
‎02-17-2021
01:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am looking for some assistance in parsing a string that looks like:
Column1:Data1,ratePlan:sample001,Plan:null,port:null,isPMT:null,isNDEL:null,isSample:null,isNew:null,Channel:tst,Line:true
into a file that looks like:
Column1 ratePan Plan port isPMT isNDEL isSample isNew Channel Line
Data1 sample001 null null null null null null null TRUE
Solved! Go to Solution.
1 REPLY 1
Qiu
21 - Polaris
‎02-17-2021
03:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Gabacho
Why channel column is null?