Converting from LDIF Format to Haystack Documents #4725
Unanswered
mjackstewart1
asked this question in
Questions
Replies: 1 comment
-
this is more about pre-processing your data rather than a specific Haystack problem. I would simply create a conversion script that reads the original file and creates a Document but again, it's more about Python. If you have an example file with no sensitive data to share we can give it a stab. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, everyone!
I'm trying to convert directory data in the LDIF (LDAP directory interchange format) format into Haystack document format dicts.
However, I don't know where to begin.
My data looks like this:
I can't visualize how to put it into the Haystack document format:
Any help you can lend me would be greatly appreciated.
Most cordially,
Jack Stewart
[email protected]
Beta Was this translation helpful? Give feedback.
All reactions