Specifying a unique CSV Reader delimiter?

On the CSV Reader, there are only options for three delimiters: Comma, Tab, and Pipe. My delimiter for a text file is “[“, how do I handle this?

Is CSV Reader even appropriate to use for a text file, or should I be using another module?

Comments

  • CSV Reader is a robust Module for reading all types of delimited text files.

    While the Module itself only has the 3 most frequently delimiters as options, you can specify any delimiter you like, by using a String Input module:

    There simpy are too many choices to list in the Module. But, because Composable allows you to pass through inputs as shown above, any delimiter can be specified, even a "[".

Sign In or Register to comment.