Re: Camel CSV Component Not Outputting Headers Correctly

2015-01-19 Thread mike_hoffy
chael, lastname=Tester}]] I'll try to look into the code for how this is being marshalled, but again, any help would be appreciated. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CSV-Component-Not-Outputting-Headers-Correctly-tp5761848p5761925.html Sent from the Cam

Re: Camel CSV Component Not Outputting Headers Correctly

2015-01-19 Thread mike_hoffy
Thank you Minh. I'm actually not using Bindy; however, your comment is helpful. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CSV-Component-Not-Outputting-Headers-Correctly-tp5761848p5761926.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel CSV Component Not Outputting Headers Correctly

2015-01-19 Thread mike_hoffy
Figured it out. The lastName key needed to be the correct case (lastName instead of lastname). -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CSV-Component-Not-Outputting-Headers-Correctly-tp5761848p5761927.html Sent from the Camel - Users mailing list archive at

Re: Camel CSV Component Not Outputting Headers Correctly

2015-01-18 Thread Claus Ibsen
s marshalling the csv then sending the exchange to a file an accepted > approach? Or should I be using some other component in between the csv and > file components. > 2) How do I maintain the order of elements in a row. For instance, I want to > make sure that the co

Re: Camel CSV Component Not Outputting Headers Correctly

2015-01-18 Thread Minh Tran
> 1003,Smith,Jane > 1004,Horse,Larry > 1005,Tester,Michael > > Here are my questions: > > 1) Is marshalling the csv then sending the exchange to a file an accepted > approach? Or should I be using some other component in between the csv and > file components. > 2) H

Camel CSV Component Not Outputting Headers Correctly

2015-01-18 Thread mike_hoffy
For instance, I want to make sure that the columns are order number, first name, last name; however, the map keys are not the way I would want to assure order. Any guidance would be appreciated. Let me know if there is anything else I can provide. Thank you in advance for your help. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CSV-Component-Not-Outputting-Headers-Correctly-tp5761848.html Sent from the Camel - Users mailing list archive at Nabble.com.