Skip to content

Fixing an error where the script couldn't extract the google docs text content. #31

@cpaulof

Description

@cpaulof

The error happens after the script edits the contents of the google docs with item details.

The script fails to find the ending of docs content with search text '"},{"ty'

$position = StringInStr($extractedText, '"},{"ty')

in my case, changing the search string to '"}},{"ty"' fixed the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions