Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

parallel execution in iteration link : jumbles my output file

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

Labels (5)
2 Replies
vapukov
Master II
Master II

absolutely not clean 0683p000009MACn.png

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 

Anonymous
Not applicable
Author

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