Question

how to write all the list elements into a databsae table

  • 12 October 2016
  • 4 replies
  • 1 view

Badge


4 replies

Userlevel 4

It depends on how you want to write them (single table vs multiple parent/child tables), but the ListExploder would be a natural starting point.

Badge

@david..i want to write in to a single table. Yes, i used list exploder but iam able to write only first element of a list in to a table..under loop element selection i can give only one index number....Do we need to do looping?

Userlevel 2
Badge +17

@david..i want to write in to a single table. Yes, i used list exploder but iam able to write only first element of a list in to a table..under loop element selection i can give only one index number....Do we need to do looping?

No, you don't need to consider looping if you've used the ListExploder, since the transformer creates copies of the input feature for the number of elements of the specified list.

 

Userlevel 4

If you're having problems, can you send your feature (before the ListExploder) to a Logger or an Inspector and post the results here. It would be very helpful to see exactly what we're discussing.

Reply