🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"Create a collection of documents from data"

User: "tobyb"
New Altair Community Member
Updated by Jocelyn
I have tried using "Data to Documents" to convert a file into a collection of documents so I can do some text mining.  The operator successfully creates a collection of documents if used by itself.  When I connect other operators that are supposed to accept documents such as "Tokenize" I get an error that states, "Expected Document but recieved IOObjectCollection."  Is this a bug or am I doing something wrong?

Thanks,
Toby

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Marco_Boeck"
    New Altair Community Member
    Hi,

    this is correct, the operator will return a collection of Documents. You may for example use the Loop Collection operator to iterate over each document.

    Regards,
    Marco