The community member is trying to build a Typebot that can receive a CSV file from a user, open the file, and perform validations on it. They have provided a script that they are using, but it is giving an error. Another community member comments that this functionality is not currently possible in Typebot, and that a special block would be needed to achieve this. Later, a community member mentions that a new feature was added to Typebot that allows reading and processing CSV files, and asks for more information on how to use this feature.
I want to build a typebot that receives a csv file from the user, opens this csv file via script and performs some validations on it. Has anyone done something similar in typebot? I'm using the script below, just to see the last line, but it's giving an error.