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
How to close linq to sql connection in database access layer
Wrap text on the outside of a DIV tag?
How to forward mails from one mail box to multiple mail boxes
windows login and jobs
Image Catalog
NT system generated accounts
Why does a differant computer name come up when I ping an IP address?
How SQL injection work?
VB.NET 2008 Dynamically Add Forms Controls Based on Directories and Files
How do I add an image to the right of a definition list?