Hello, One of the discussions the other night was using awk to separate csv files into columns when the file includes commas inside quotes. Here is the gawk solution: https://www.gnu.org/software/gawk/manual/html_node/Splitting-By-Content.html Steve