Hi Atanu,
You can use java mapping and add 'ns0' prefix for only ABC Payments.
You can use replaceAll function and do the required changes in payload.
Sample statement as below
"bw.write(line.replaceAll("ABCPayments", "ns0:ItemLocationUserArea");"
Regards,
Sudhasree