20 Jul
2008
20 Jul
'08
6:41 a.m.
On Sat, Jul 19, 2008 at 06:16:53PM +0200, Istvan Buki wrote:
Hi,
Hi, thanks for the answer!
I do not know for sure if what I'm working on is a good example for using fusion. It started as an experiment to learn more about some of the boost libraries. The application is a very small ETL tool which allows me to load and save data from CSV files or database tables. Each record is represented by a fusion map. Between the load and save components I can insert all kind of filters to transform the data contained in the map.
This looks like a nice examples, yes. But why do you use maps instead of vectors?