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 current fixed output separator in the select fields section is a comma ,, which can cause issues in Excel (e.g., 42,1,120,23 being converted to a number). The script should change the standard separator to something else (e.g., |) and allow setting this as a parameter. The same applies to the NA value.
Steps to Reproduce:
Run the script and observe the output with fields containing multiple values separated by commas.
Open the output in Excel and notice that the fields are incorrectly interpreted.
Expected Behavior:
The script should use a different standard separator (e.g., |) and allow users to set the separator and NA value as parameters.
The text was updated successfully, but these errors were encountered:
Description:
The current fixed output separator in the
select fields
section is a comma,
, which can cause issues in Excel (e.g.,42,1,120,23
being converted to a number). The script should change the standard separator to something else (e.g.,|
) and allow setting this as a parameter. The same applies to theNA
value.Steps to Reproduce:
Expected Behavior:
The script should use a different standard separator (e.g.,
|
) and allow users to set the separator andNA
value as parameters.The text was updated successfully, but these errors were encountered: