🎉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

"Convert IOObjectCllection to Document"

User: "prachi138"
New Altair Community Member
Updated by Jocelyn

Can any one help me with how I should tackle the below error:

 

"Wrong input of type 'IOObjectCollection' at port 'Fuzzy Matching: Document' . I'm trying tp perform a fuzzy match and the port requires a document input.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Thomas_Ott"
    New Altair Community Member
    Accepted Answer

    @prachi138 well then you need to probably use the Combine Documents operator to merge all your documents into one so the Fuzzy can work. If that is not what you want, then you will need to use a Loop operator to loop over each document record, Fuzzy it, spit out the result, and loop to the next record.