07-09-2018 02:00 PM
The current API documentUtility.getAsMap(doc, errorViews) returns the documents as a key value pair in a map. What I want is to retain the ordinal positioning of what is in the Document and get it as a Linked Map. So essentially documentUtility.getAsLinkedMap but this does not exist.
How can I get the document key value pair in the order as how they appear into a Linked Map?
07-10-2018 10:44 PM
@peterlandis
Can you share some example what you get and what you want?