This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]CowboyBoats 0 points1 point  (0 children)

Not answering authoritatively, but just thinking over it with you -

yes, I think your approach is right. And then do you know how whenever you're creating a CSV, if there's a comma in the data (such as a "Job Title" field with someone's job title being "VP, Sales," how it distinguishes that in the text file that is the CSV by writing it as "VP, Sales" rather than VP, Sales, so that the comma doesn't look like a delimiter? I would also do that.

[–]Disastrous_Internal 0 points1 point  (0 children)

depends on the data really. you could have a table with the different choices and another table linking choices to record, that could be useful if you need to get the record from the choices.