talend-spatial / workspace-metadata-crawler

Automatic geospatial data inventory with Talend Spatial
10 stars 6 forks source link

tForEach for DBlist is not working #37

Open yjacolin opened 8 years ago

yjacolin commented 8 years ago

It seems that we can use a context variable list in a tForEach componet: it will "iterate" once on the first item then stop.

Could you confirm ? I have a workaround using a CSV file + tFileInputDelimited + tFlowToIterate.

fxprunayre commented 8 years ago

Could you confirm ?

Yep.

CSV file + tFileInputDelimited + tFlowToIterate

Sounds good.

yjacolin commented 8 years ago

I will do a PR.