Skip to content

Nested field types breaks parsing #5

@nickjudson

Description

@nickjudson

Just an FYI that nested fields breaks parsing and you end up with paragraph blocks containing raw RTF. Part of the issue is that when inside a field and hitting a double quote ("), all subsequent chars are parsed as content until the next double quote. The RTF I'm seeing has new blocks inside this content area ({ }) which are nested fields. So the { and } chars need to be handled in the reading of field result content. Adding these doesn't really fix the issue (although it's much closer) and logic around nesting would need to be added. I wasn't able to decipher the code enough to figure this out and ended up with a different external solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions