Documentation for CSV Importer Two

Having troubles with the CSV importer and maybe need some fuller documentation to understand the difference between:

Choose Column Delimiter
Choose Tag Delimiter
Choose File Delimiter
Choose Element Delimiter

The column delimiter is the basic building block of the CSV file, it's a comma by default. This is the same as in older CSV Import versions.

Each of the remaining delimiter inputs simply accepts a character that's used to separate multiple values within one "cell" of the CSV.

If you're packing together multiple values in single cells, you'd put the character you're using to separate those values as the delimiter. The plugin allows you to specify different delimiters for cells that contain tags, links to files or normal Element data.

Thank you. Very helpful