Skip to main content
Solved

Combine two tables into one


Forum|alt.badge.img

I want to combine two tables (csv and .xls) into one table and then join to a feature class. The two tables will have the same schema once I process them through a Attribute Manager and then I want to merge them together and write them out to a csv. I don't think the FeatureMerger or Joiner will really work because they need matching values while the records from these two tables are unique. I hope that makes sense and thanks for your help!

Best answer by jdh

If all you want is one output file with the data from both sources, you don't need any sort of Joiner/FeatureMerger.

 

 

You just have the two readers, plus whatever attribute manipulation necessary and connect both streams to the same writer feature type. Note in this case you don't want to use a dynamic writer.
View original
Did this help you find an answer to your question?

2 replies

jdh
Contributor
Forum|alt.badge.img+28
  • Contributor
  • Best Answer
  • June 2, 2016

If all you want is one output file with the data from both sources, you don't need any sort of Joiner/FeatureMerger.

 

 

You just have the two readers, plus whatever attribute manipulation necessary and connect both streams to the same writer feature type. Note in this case you don't want to use a dynamic writer.

Forum|alt.badge.img
  • Author
  • June 2, 2016

Dude that worked great, thanks so much!


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings