![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Exporting to tab-delimitted text format, if the fields being exported had filemaker's "return" character in it, I'd like that to show up when I open the exported file in a text-editing app., such as Mac's TextEdit. In other words, I want to see the text feed down to the next line. I tried every option in the export order dialog box.... no matter what, it seems that Filemaker's return characters are not included in the exported file. Only the carriage return that is inserted to designate the end of one record makes it into the exported file. I realize that there would be value in that behavior if I were trying to maintain the integrity of the records.... but I'm not. Any ideas? Filemaker uses the vertical tab character (0x0b or ctrl-k) to represent |
#3
| |||
| |||
|
|
In article <greg-32C8C5.17371520032007 (AT) bubbleator (DOT) drizzle.com>, Greg Dember <greg (AT) artocratic (DOT) com> wrote: Exporting to tab-delimitted text format, if the fields being exported had filemaker's "return" character in it, I'd like that to show up when I open the exported file in a text-editing app., such as Mac's TextEdit. In other words, I want to see the text feed down to the next line. I tried every option in the export order dialog box.... no matter what, it seems that Filemaker's return characters are not included in the exported file. Only the carriage return that is inserted to designate the end of one record makes it into the exported file. I realize that there would be value in that behavior if I were trying to maintain the integrity of the records.... but I'm not. Any ideas? Filemaker uses the vertical tab character (0x0b or ctrl-k) to represent an internal return character. Use your favorite text editor to change it to a "real" return (0x0d or ctrl-m). |
#4
| |||
| |||
|
|
Exporting to tab-delimitted text format, if the fields being exported had filemaker's "return" character in it, I'd like that to show up when I open the exported file in a text-editing app., such as Mac's TextEdit. In other words, I want to see the text feed down to the next line. I tried every option in the export order dialog box.... no matter what, it seems that Filemaker's return characters are not included in the exported file. Only the carriage return that is inserted to designate the end of one record makes it into the exported file. I realize that there would be value in that behavior if I were trying to maintain the integrity of the records.... but I'm not. Any ideas? Thanks, Greg |
#5
| |||
| |||
|
|
In article <greg-32C8C5.17371520032007 (AT) bubbleator (DOT) drizzle.com>, Greg Dember <greg (AT) artocratic (DOT) com> wrote: Exporting to tab-delimitted text format, if the fields being exported had filemaker's "return" character in it, I'd like that to show up when I open the exported file in a text-editing app., such as Mac's TextEdit. In other words, I want to see the text feed down to the next line. I tried every option in the export order dialog box.... no matter what, it seems that Filemaker's return characters are not included in the exported file. Only the carriage return that is inserted to designate the end of one record makes it into the exported file. I realize that there would be value in that behavior if I were trying to maintain the integrity of the records.... but I'm not. Any ideas? Thanks, Greg Hey -- Thanks Tom and Harry. Bad news: I couldn't use your ideas to find/replace the vertical tab or a substituted character, because I can't count on my users to do that. Good news: I discovered the "Export Field Content" script step. Using the Export Field Content step, Filemaker keeps the return characters as return characters. I'm only exporting one field per record.... but this one field contains a bunch of text that needs to appear a certain way, and needs to use the return characters for structure. Then I concatenate this field together across all records with a loop. Then I Export Field Contents for just that one grand field. Works great. |
)![]() |
| Thread Tools | |
| Display Modes | |
| |