-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ability for certain columns to have their values wrapped in Double Brackets #22
Comments
For the other request about double bracketing the attribute items like the related skills, how do you suggest the tool does that? If some fields you don’t want bracketed and others you do? The only way I can think of is you have to add a flag at beginning of column headers like maybe an asterisk like “*Related Skills” and then I could add to the tool if it sees asterisk in first character of header then add brackets to the values in that column. But then have problem with the separator for the skills listed in each field. Especially if it is separated by “commas” like your example, that will mess up the format of the CSV unless they are escaped in double quotes to tell us the commas within that string are part of that field and NOT meant to be CSV comma separators for the columns. Is this your example/request/use case you mentioned about multi attribute/option table columns from Airtable? If so can you please take an export from Airtable so I can see the exact format it is in? Thanks |
@phhq responded and said:
|
yep I agree. Manipulating a CSV at the source is much easier than trying to build a million different scenarios/logic into the conversion script. BUT for this use case I can do it if it’s important I just need some requirements like above where maybe a Asterisk is added to header. Actually I don’t like that cuz sometimes you could have that randomly I could see without wanting this outcome. So I’d probably do like tilde ‘~’ which is less common. Then I could do it. |
Idea by @classicrob
Okay so this points something out- for each of the attributes except Notes and Description, I’d like to have the output of the attribute be wrapped in double brackets. For notes and description, that doesn’t make sense, whereas everything else does for filtering and queries.
So for Related Skills: [[Branching Paths Through Indentation]],[[Provide a summary of their answers]],[[Group multiple elements on a page]],[[Ask a multiple choice question]],[[Format text]],[[Insert multimedia]]
The text was updated successfully, but these errors were encountered: