Skip to main content
Question

how to write all the list elements into a databsae table

  • October 12, 2016
  • 4 replies
  • 104 views
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

david_r
Celebrity
  • October 12, 2016

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.


Forum|alt.badge.img
  • Author
  • October 12, 2016

@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?


takashi
Celebrity
  • October 12, 2016

@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.

 


david_r
Celebrity
  • October 12, 2016

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.