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
During data upload can we check for commas in the CLencryptedVesselIds, CLcomment, and CEencryptedVesselIds fields and return a validation error if any are found?
The text was updated successfully, but these errors were encountered:
As a test I tried uploading CL data with CLencryptedVesselIds separated by commas. If I didn't quote the value then the validation failed, but if I quoted the field (i.e. "abc,def,ghi") then the upload succeeded. However when I downloaded the data that column only contained "abc
A developer have checked that commas cannot be used as a separator in the CLencryptedVesselIds and CEencryptedVesselIds if the file is separated with commas, even though the CLencryptedVesselIds and CEencryptedVesselIds are in quotes. But if the file is separated by semicolons that the commas can be uploaded into the CLencryptedVesselIds and CEencryptedVesselIds, therefore we will remove the possibility to use semicolon as a file delimiter.
During data upload can we check for commas in the CLencryptedVesselIds, CLcomment, and CEencryptedVesselIds fields and return a validation error if any are found?
The text was updated successfully, but these errors were encountered: