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
STRING FORMAT
What is best practice in implementing MS patching for a network?
Suppressing data in Crosstab reports in Crystal Reports
hide this column? <asp:TemplateField
Adding tooltip labels to scatter chart
How to save File loaded as a String?
Cisco Wireless bridge question
c# list
I am trying to figure out how to view a scheduled NTBackup for exchange 2007.
MySQL Right Outer Join