eyalroz / tpch-dbgen

Data & query generation utilities for the TPC-H benchmark (unified repository)

Home Page:http://www.tpc.org/tpch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support generating CSV files

eyalroz opened this issue · comments

No reason the generator should not be able to produce CSV files. That means:

  • , instead of | as the separator
  • No separator at end-of-line (i.e. EOL_HANDLING forced to true)
  • For safety and simplicity - quote all strings

Let's have this as a CMake option the user can set.