Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
the tXSLT is always use input a file ? not a string from previous step ?
i have in begin a very very large file xml, i will parse this file and i want for each subelement xml based on xpath (extract some in little xml) put this a xsl transformation.
BigFile
-rootElement
---subcomplexElement00001
---subcomplexElement00002
---subcomplexElement00003
for each subcomplexElement (without generate file on disk) use a XSL file.
i dont want generate 1000 little files for after reopen files for merge after
im on Talend 7.x plateforme, with tac etc...
thanks
@martel, the tXSLT component requires input file, it does not support string as input, so you have to generate the XML file on disk before it is used.
Regards
Shong
ok i succeeded ,
reduce really the memory use with file size xml +- 150MB