We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test is TableEncodingTests::createTableFromIso8859() (currently disabled) and is an adaptation of frictionlessdata/datapackage-java#43 (as the datapackage code relies on tableschema to read resources)
The following fails:
File testDataDir = getTestsuiteDataDirectory();
Table table = Table.fromSource(new File("csv/encodings/iso8859.csv"), testDataDir, null, null); Iterator<Object[]> iter = table.iterator(); Object[] row = iter.next(); Assertions.assertEquals("Réunion", row[0]);
What needs to be done is ensure the code in TableDataSource concrete implementations can be configured to read from different encodings.
Please preserve this line to notify @iSnow (lead of this repository)
The text was updated successfully, but these errors were encountered:
API changes for #77
b54900f
Successfully merging a pull request may close this issue.
Test is TableEncodingTests::createTableFromIso8859() (currently disabled) and is an adaptation of frictionlessdata/datapackage-java#43 (as the datapackage code relies on tableschema to read resources)
The following fails:
File testDataDir = getTestsuiteDataDirectory();
What needs to be done is ensure the code in TableDataSource concrete implementations can be configured to read from different encodings.
Please preserve this line to notify @iSnow (lead of this repository)
The text was updated successfully, but these errors were encountered: