You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jclQuote lens should actually be optional. Currently it is a required text, but it should have been Maybe Text.
The consequence of the current implementation is that it is impossible to process a JSON payload without getting an error about this field. The error is:
Only CSV imports may specify a quote character
Setting jclQuote to an empty Text has no effect on the error.
The text was updated successfully, but these errors were encountered:
The jclQuote lens should actually be optional. Currently it is a required text, but it should have been
Maybe Text
.The consequence of the current implementation is that it is impossible to process a JSON payload without getting an error about this field. The error is:
Only CSV imports may specify a quote character
Setting
jclQuote
to an empty Text has no effect on the error.The text was updated successfully, but these errors were encountered: