-
Notifications
You must be signed in to change notification settings - Fork 137
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
Support csv-external for defining an external instance not necessarily used for a select #271
Comments
I'm pretty sure using secondary external CSV instances as itemsets already works using Perhaps the "todo" here is to add type= |
fixes XLSForm#271 Signed-off-by: Lincoln Simba <[email protected]>
Everybody still on board with adding There are a bunch of cases that could result in an XML and CSV instance to be added with the same id. I think those should all output an error and fail to transform (as they currently do for similar situations using xml-external and select_..._from_file)
|
Oops, I see there is a PR already but it appears to be abandoned. It could perhaps serve as a base for a new PR. |
getodk/xforms-spec#88 introduces a new external itemsets in csv feature to the specs. This has been already implemented in JavaRosa with getodk/javarosa#397 and it looks like we could implement this in PyXForm now too.
The text was updated successfully, but these errors were encountered: