Hello,
i have a input file, there are three fields in one record which are seperated with semicolon---
prodmm;testmm;inprocessmm
prodaaaaaa;testaa;inprocessaawdee
prodzz123;testzzth7666;inprocesszz
prodkk;testkk;inprocesskk1111
prodpp55555;testpp678;inprocesspp
prodgg999999;testgg;inprocessgg67
i need the output in 3 files as--
file 1--all prod
file 2--all test
file 3--all inprocess
i tried it with prase parameters but im able to make only one file.
can someone please help me with this?