acfr / comma

generic c++ libraries
Other
27 stars 16 forks source link

csv-join: add handling time, strings, and doubles as keys #6

Open vlaskine opened 11 years ago

vlaskine commented 11 years ago

The trivial, but tedious part of guessing key type in ascii (for both stdin input and filter input) can be mostly copy-pasted e.g. from csv-select.

Otherwise, it is quite easy.

vlaskine commented 10 years ago

joining by strings implemented