Hey Guys, I have an fixed position file as below. From position 1 to 5 some Id, and I have to ignore next 5 characters and position 11 to 15 I have name and again I have to ignore next 5 characters and again I have to read the data. Basically we will accomplish the same in SAS as below
@01 ID $CHAR5.
@11 NAME $CHAR5.
@21 LNAME $CHAR5.
Sample Data
12345XXXXXNAME1XXXXLNAME
54321XXXXXNAME1XXXXLNAME
So how to read similarly in Alteryx