Re: howto aggregate to csv file

2016-12-22 Thread Thomas Richter
Moin @all, Am 19.12.2016 um 18:23 schrieb Quinn Stevenson: > Have you tried using pollEnrich to pull in the second file? Something like > > from(uri).unmarshal().csv() > .pollEnrich(“uri”, aggregationStrategy) > .marshal().csv() > .to(“final file uri”); I have some points: With a self writt

Re: howto aggregate to csv file

2016-12-19 Thread souciance
ger sein, bitten wir Sie, > uns hiervon unverzüglich zu unterrichten und die E-Mail zu vernichten. > Wir weisen darauf hin, dass der Gebrauch und die Weiterleitung einer nicht > bestimmungsgemäß empfangenen E-Mail und ihres Inhalts gesetzlich verboten > sind und ggf. Schadensersatzansprüch

Re: howto aggregate to csv file

2016-12-19 Thread Quinn Stevenson
Have you tried using pollEnrich to pull in the second file? Something like from(uri).unmarshal().csv() .pollEnrich(“uri”, aggregationStrategy) .marshal().csv() .to(“final file uri”); > On Dec 19, 2016, at 7:19 AM, Richter, Thomas wrote: > > Moin @all, > I have two folders with 2 paire

howto aggregate to csv file

2016-12-19 Thread Richter, Thomas
Moin @all, I have two folders with 2 paired csv files with a same name und different extension: File2342.a.csv and File2342.b.csv. The common id column can have another name - also the data columns may differ. -- | id | d1 | d2 | + |