-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #217 from JVickery-TBS/fix/type-guessing-numeric
Add Mixed Integers Type Guessing to NUMERIC Tests
- Loading branch information
Showing
2 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
10 changes: 7 additions & 3 deletions
10
ckanext/xloader/tests/samples/mixed_numeric_string_sample.csv
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,7 @@ | ||
Funding agency,Program title,Maximum (indicative) grant amount | ||
DTIS,Accessible Tourism Infrastructure Grants,Five hundred thousand dollars | ||
DTIS,Boosting Accessible Tourism Experiences Grants,5000 | ||
Funding agency,Program title,Maximum (indicative) grant amount,Some mixed integers | ||
DTIS,Accessible Tourism Infrastructure Grants,Five hundred thousand dollars,1 | ||
DTIS,Boosting Accessible Tourism Experiences Grants,5000,-1 | ||
DTIS,Some Other Grants,5 hundred thousand,0 | ||
DTIS,Some Other Grants,$5000,6 | ||
DTIS,Some Other Grants,$5 hundred thousand, | ||
DTIS,Some Other Grants,"$5,000.00","5" |
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