Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Parse a String into Columns and Detail Data

Gabacho
7 - Meteor

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

1 REPLY 1
Qiu
20 - Arcturus
20 - Arcturus

@Gabacho 
Why channel column is null?

0218-Gabacho.PNG

Labels