Jump to content
Server Maintenance This Week. ×

Text formatting on export


Recommended Posts

Is there a way to ensure that Filemaker text formatting is maintained when exporting to .csv.

I have tried applying "uppercase" to a field in layout.

I have also tried to populated a field using "uppercase" as part of the script.

However, when exported to CSV, formatting is both upper and lower case.

Link to comment
Share on other sites

Correct. CSV is a plain text format and any styling, whether applied to the field in Layout mode or to the text itself, is lost when exported.

OTOH, the Upper() function modifies the actual characters. Keep in mind that this is a one-way conversion. If the original text was able to distinguish between MacDonald and Macdonald, the result won't.

 

Link to comment
Share on other sites

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.