Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
how to eliminate backslashes from twritejson field. Can some one help me with that
\"company\":{\"empid\":\"10000\",\"fullName\":\"Caste, Yan \",\"knownAs\":\"YAN\",\"employeeType\":\"Employee\",\"hrManager\":{\"empid":\"2125\",\"name\":\"PE, VERO MARIE\"},\"industryGroup\":\"Healthcare\",\"jobFunction\":\"Engineering\/Technology\",\"bus
Can you please help me how to eliminate backslashes.
Thanks,
Hi,
Could you please add the following function in tMap as shown below?
row1.data.replace("\\","")
Output will be as shown below.
"company":{"empid":"10000","fullName":"Caste, Yan ","knownAs":"YAN","employeeType":"Employee","hrManager":{"empid":"2125","name":"PE, VERO MARIE"},"industryGroup":"Healthcare","jobFunction":"Engineering/Technology","bus
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂