Microsoft
Software
Hardware
Network
Question : How do i find how many columns a .csv file has?
I need to read every line (from .csv file) that has more than five columns.
How do I do this?
Answer : How do i find how many columns a .csv file has?
To count the delimiters in 11g, you can use the REGEXP_COUNT function
so, if you've read the contents of one line with utl_file or external table as described above
regexp_count(your_line,','
) will return the number of commas in that line
Random Solutions
remove a letter off front of numbers in a field
Removing Domain Controller from Windows 2003 domain
Sql Server Memory used but not accounted for in Task Manager
MySQL on Windows -- zip up to backup?
Exchange activesync on Android (2.1) (Samsubg Galaxy S) - true subfolder support
HTML Editor - change default background color
Granted or revoked privilege EXECUTE is not compatible with object.
EXE files are being blocked
Adding tooltip labels to scatter chart
MS SQL 2005 Table Map.