Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am running a parallel execution. but some of the sentences are mixing up
tMySQLInput => tFlowtoIterate =iteration link=> tRest(returns xml output) => tFileOutputDelimeter.
om my output file some some of the xml data come in between the each other.
How can i resolve this?
Thanks
absolutely not clean
could You clarify at least this:
om my output file some some of the xml data come in between the each other.
but better - all
it is not possible to understand - how look the problem? what difference with expected results?
so - not possible to make any suggests
My output is something like this
<details><name>Tom</name><age>10</age></details>
<details><name>Peter</name><age>17</age></details>
<details><name>Phil</name><age>58</age></details>
Sometimes this happens
<details><name>Tom</name><age>10</age></details>
<details><name>Peter</na<details><name>Phil</name><age>58</age></details>me><age>17</age></details>
Hope this makes sense