Skip to content
New issue

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

CsvImporter template issue when the "uri" line has a period at the end. #774

Open
crapo opened this issue Aug 21, 2021 · 3 comments
Open
Assignees

Comments

@crapo
Copy link
Collaborator

crapo commented Aug 21, 2021

At least when using SadlServer to import tabular data using the CsvImporter, a period at the end of the "uri" line causes an error.

@crapo crapo self-assigned this Aug 21, 2021
@NAVEENKUMARSKPN
Copy link

Hi Crapo one more query i am having while calling loadCsv in sadlServer will it automatically generates sadl file with respect to csv?

@crapo
Copy link
Collaborator Author

crapo commented Aug 31, 2021

The CsvImporter always generates OWL. In the IDE, you can choose to generate SADL instead of OWL, and what happens is that the generated OWL is then sent to the OwlToSadl class to be converted to SADL. The SadlServer doesn't support this, but you can use OwlToSadl to do that conversion in your client as a postprocessing step.

@NAVEENKUMARSKPN
Copy link

Thanks Crapo !! it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants