Jump to content

Line breaks


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

Recommended Posts

This has probably been addressed many times, but my searches aren't bearing fruit. I think there are too many topics with similar key words for me to find what I'm looking for. Plus the Forum is running slowly (or slooooowly as many have put it lately) and I'm getting antsy.

Anyway, I'm importing some xml, which is, if you aren't up on xml, just plain text. What character or code should I use in a plain text file so that it is interpreted as a line break once it is imported into FM? I tried '

Link to comment
Share on other sites

Good point. I remember a similar problem myself when importing an XML file. Filemaker would not accept any control characters.

Have you tried using the HTML linebreak or paragraph tags?

<BR> or <P>

Eg:

Al<BR>Bill<BR>Charlie<BR>Dave<BR>Ed<BR>Frank<BR>George<BR>Herb<BR>Iggy<BR>Jack

Link to comment
Share on other sites

Tried both of those. They import literally. So what we did was stick in the phrase 'SpecialLineBreakIndicator' where it was needed. Once imported into FM we the Substitute function to substitute 'SpecialLineBreakIndicator' with the paragraph tag.

This works and is aparently the best we can do. Now we just need everyone to promise never to name any of their kids SpecialLineBreakIndicator or they won't show up in this list. smile.gif

Dan

Link to comment
Share on other sites

Dan,

I haven't read the whole thread nor the one where Fenton apparently helped you, but I also often use these "litteral" separators or substitutors. At first, I used "FMBreakHereFM", but it could be a good idea to find something really unique though.

If this "Parsing" script also includes intermediary or future steps, where for instance you'd target ones kid name, you may have trouble if some kids name are "Alline" or "Kindi" or "Indi" .

Just a warning if it was the case.

My special Break is "8R

Link to comment
Share on other sites

Dan, what software are you exporting from? Can you insert a real carriage return in the data? It seems to me that you should be able to specify a line break with some kind of tag, but the tag may have to start at the beginning of a line like this:

Al

<BR>Bill

<BR>Charlie

<BR>Dave

<BR>Ed

<BR>Frank

<BR>George

<BR>Herb

<BR>Iggy

<BR>Jack

Alas, I have almost no experience with xml, and I don't know too much about how it differs from html, so I'm kinda guessing here.

Link to comment
Share on other sites

The data is coming from QuickBooks, which has its own xml specification. There's no way to do what you're suggesting on the xml side -- what you get is what you get. The only hope has been to insert the line breaks during the transformation, when the QuickBooks xml is transformed into the FileMaker xml via an xslt (eXtensible stylesheet language transformation). But since FM won't accept ASCII 11, and interprets <BR> and

Link to comment
Share on other sites

This topic is 7412 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.