Monger Posted November 16, 2004 Posted November 16, 2004 Hi, Many thanks to those who can help wit this: I am exporting values which are later read into a MySQL database. I am using a checkbox field to enter different values to a field. THe import script needs to be able to distinguish seperate values by a comma but when I export the values are just seperated by a blank. Since some of the values are two workds, the import script would misinterpret these values even if it seperated values by these blanks. Is there a way to export this field and the corresponding values and seperate them by commas? Thanks a lot, Stephan
TerenceM Posted November 16, 2004 Posted November 16, 2004 The results from a checkbox field are stored as a return-delimited ValueList, but when you export the returns are automatically converted to spaces. So I guess my first instinct would be to make a second calculation field, with a substitute ( list ; paragraph symbol ; "," ) function, and export that instead. -Terence
Monger Posted November 16, 2004 Author Posted November 16, 2004 So I guess my first instinct would be to make a second calculation field, with a substitute ( list ; paragraph symbol ; "," ) function, and export that instead. -Terence
Monger Posted November 17, 2004 Author Posted November 17, 2004 With working my brian to the max and a lot of attempts I figured this out. Was actually really simple. THanks Terence.
Recommended Posts
This topic is 7310 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now