I have data that will be coming from an outside system to be imported. The file will look like this;
"9000","01-TEST"
"60260","01-TEST"
"60420","01-TEST"
"60012","01-TEST"
"60215","01-TEST"
"60290","01-TEST"
"60164","01-TEST"
Item No.,Bin Code (This is the fields)
I want to only pass into NAV "TEST" just ignore the "01-"
I have been able to figure out Concatenate to pass the data to the outside software but I am stumped on how to parse this apart.
Thank you,
Troy
0
Answers
Thank you VERY much.
Troy