sunilnatraj
sunilnatraj
@tfmorris @wetneb This issue is addressed by PR #6715
@wetneb Can you assign this to me
@tfmorris Thanks for reviewing the PR and feedback. I read the FR as request to update the escape function to properly escape all elements in the URL. If i understand...
@tfmorris Thanks for the feedback,. I have raised a PR that handles escaping of the URL elements in the "Add column by fetching URL" flow. I will update the PR...
@tfmorris @wetneb Please review [PR](https://github.com/OpenRefine/OpenRefine/pull/6715) that addresses #6139 #6140
@tfmorris User should send the path and the escape function should handle the scenario of multiple segments.
@wetneb I want to validate my understanding of this feature request. The zip function will be used in the "add column based on this column" user can specify the columns...
@tfmorris The output of the zip function will be as below Col1 | Col2 | Col3 -- | -- | -- 1,2,3 | A,B,C | 1A,2B,3C 1,2,3 | A,B |...
@ostephens A point that @wetneb mentioned above is that an Array cannot be saved in a cell.
@ostephens The initial requirement was to have the column data zipped and saved in a column achieving this may be not easy with above zip function definition, should we support...