kuldeepjainesl
Member
Hi Experts,
This is a situation where I can avoid to process 50K lines and will process only few line if i get able to convert strings in "A" and "B" coloum like mentioned below:
Input
---"A"--------"B"------
ABC0001------ABC0001
ABC0002------ABC0002
ABC0003------ABC0003
ABC0005------ABC0005
ABC0006------ABC0006
ABC0009------ABC0009
ABC0011------ABC0011
ABC011P------ABC011P
ABC012P------ABC012P
ABC015P------ABC015P
Output
ABC0001------ABC0003
ABC0005------ABC0006
ABC0009------ABC0009
ABC0011------ABC0011
ABC011P------ABC012P
ABC015P------ABC015P
Regards
This is a situation where I can avoid to process 50K lines and will process only few line if i get able to convert strings in "A" and "B" coloum like mentioned below:
Input
---"A"--------"B"------
ABC0001------ABC0001
ABC0002------ABC0002
ABC0003------ABC0003
ABC0005------ABC0005
ABC0006------ABC0006
ABC0009------ABC0009
ABC0011------ABC0011
ABC011P------ABC011P
ABC012P------ABC012P
ABC015P------ABC015P
Output
ABC0001------ABC0003
ABC0005------ABC0006
ABC0009------ABC0009
ABC0011------ABC0011
ABC011P------ABC012P
ABC015P------ABC015P
Regards