forked from AlteryxNed/Open_AlteryxYXDB
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add documentation - add support for BLOBs - map Alteryx FixedDecimal to SQLite REAL affinity (previously no afinity)
- Loading branch information
Showing
2 changed files
with
55 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
# Open_AlteryxYXDB | ||
## OpenAlteryxYXDB | ||
|
||
For more information, see http://inspiringingenuity.net/2015/05/08/alteryx-open-source-yxdb/ | ||
# Convert XYDB files into SQLite databases. | ||
|
||
| ||
|
||
### Usage: | ||
|
||
- Convert to SQLite database: | ||
|
||
`` OpenAlteryxYXDB.exe input.yxdb output.sqlite table name> `` | ||
|
||
- Convert to SQLite database (including binary blobs fields): | ||
|
||
`` OpenAlteryxYXDB.exe input.yxdb output.sqlite table name> "blob" `` | ||
|
||
- Convert to CSV: | ||
|
||
`` OpenAlteryxYXDB.exe input.yxdb output.csv `` | ||
|
||
|
||
| ||
|
||
|
||
Based on http://inspiringingenuity.net/2015/05/08/alteryx-open-source-yxdb/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters