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
Currently, GET DIRECT DATA only works with Excel XLSX files. Extend the implementation to work with CSV files as described in the docs.
The text was updated successfully, but these errors were encountered:
rename "tag" to "file" and "sheetName" to "tab" for generality (#81)
e47d911
implement GET DIRECT DATA for CSV files (#81)
77052e5
fix: read CSV file from a path relative to the model directory (#81)
c05f2f9
fix: allow CSV read exception to propagate instead of catching it (#81)
e77b8fc
feat: implement GET DIRECT DATA for CSV (#82)
b40e738
Fixes #81
ToddFincannon
Successfully merging a pull request may close this issue.
Currently, GET DIRECT DATA only works with Excel XLSX files. Extend the implementation to work with CSV files as described in the docs.
The text was updated successfully, but these errors were encountered: