Question
How to count columns
My CF app. start with validating if the text file I'm processing contain the right mount of allowable column.
Each row of my text file should consist of 100 columns, each column is separated by a tab delimiter
How can I count these columns in CF after user uploading the text file. Please help!
