Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8346 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am trying to import a tab-delimited file into FM 4. It was originally an Excel 98 file which I converted to tab-delimited because FM 4 won't read the Excel 98 file directly.

I have a text field (book titles) with some commas in some records. when I import, these records enclose the resulting FM text field with double quotes upon import.

For example:

Scat, Said the Cat

imports as:

"Scat, Said the Cat"

Why does this happen and how can I prevent or fix it?

Posted

This is probably some goofy thing that Excel is doing. It's normal to put quotes around fields when you are exporting as comma delimited (.csv) so that any embedded commas won't confuse the importing program into thinking it's a field break. But, it shouldn't be doing this on tab delimited. You could try exporting in a different format, or else create a calculated field in Filemaker that removes the quotes like this

Substitute(ImportedTextField,"""","")

This topic is 8346 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.