Read a CSV File Delimited with Hash
问题 I have a CSV export from an LDAP DB and I have to read data with a Classic ASP page. The format of the CSV file is like CRDLVR47E67L781V#1653#CORDIOLI#ELVIRA#658#elvira.cordioli@sender.at#SI I can read the file line by line, and have to split the line manually. If I change the # value to a comma I can access the file by column. Can I make the asp page able to access the file by column, in order to obtain the single value keeping the # separator? My connection string is Set oConn = Server