Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All
I have a very large XML file. I am reading that file content and storing it in SQL table. Now my issue is the loading is stopping because of the error:
Please read the xml using tFileInputFullRow -> tReplace -> tFileOutputDelimited (cleansed file).
Since it is a line by line operation, it will not require much memory to process.
Thanks and Regards,
Subhadip
Please read the xml using tFileInputFullRow -> tReplace -> tFileOutputDelimited (cleansed file).
Since it is a line by line operation, it will not require much memory to process.
Thanks and Regards,
Subhadip
hi @subhadip13
Thank you for your reply. But the solution doesnt work. The way I have declared is:
I get error:
Detail Message: The method replaceAll(String, String, String) in the type StringUtils is not applicable for the arguments (Object, String, String)
Regards
Priya
Hi Priya,
Could you please try to convert the Object to STring using a tCOnvertType. Add this component before tReplace and you can eliminate the above error.
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 🙂