Please HELP: how to use a CSV table of Tweets instead of document for sentiment analysis

User: "JamesMattson"
New Altair Community Member
Updated by Jocelyn
So, I checked the sentiment analysis example. To predict sentiment, it takes on only a document. What if I have a CSV table with the Twitter user as a column, and the tweet text as another column. I want to run the prediction model on all of them, and get sentiment for each user (and his tweet)?

When I try to do that, and make the input a CSV (instead of Create Document), I get an error
Sort by:
1 - 1 of 11
    User: "kayman"
    New Altair Community Member
    Accepted Answer
    Use import CSV, convert your fields to analyze to text (nominal to text operator) and follow by data to document operator (part of text processing extension). Now the records are documents and you can do your NLP logic