Parsing JSON file #387
helpsystems-mushkevych
started this conversation in
General
Replies: 1 comment
-
Thank you for your proposal - we agree that there's more which can be done with JSON. Have you tested this out to see if the code improves? If so, please submit a PR to vNextDev branch. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today, JSON files are treated the same way as TXT:
https://github.com/microsoft/PubSec-Info-Assistant/blob/main/functions/FileLayoutParsingOther/__init__.py#L98-L100
Assuming that my JSON file is a list of dictionaries, satisfying the requirement https://github.com/Unstructured-IO/unstructured/blob/main/unstructured/file_utils/filetype.py#L458-L471, would the following allow handling JSON document fields more natively:?
Beta Was this translation helpful? Give feedback.
All reactions