We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957d4f5 commit 28f5a1dCopy full SHA for 28f5a1d
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+0.7 (2017-11-25)
5
+----------------
6
+- Add -s option to specify input field separator (#13) [Jani Monoses]
7
+
8
9
0.6.1 (2017-11-24)
10
------------------
11
- -f and -c now work for single table multiple columns.
setup.py
@@ -4,7 +4,7 @@
name='csvs_to_sqlite',
description='Convert CSV files into a SQLite database',
author='Simon Willison',
- version='0.6.1',
+ version='0.7',
license='Apache License, Version 2.0',
packages=find_packages(),
install_requires=[
0 commit comments