Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to read Semicolon seperated CSV File (German Cultured

How to read Semicolon seperated CSV File (German Cultured

Scheduled Pinned Locked Moved ASP.NET
sysadminhelptutorialquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Prasanna Kumar Pete
    wrote on last edited by
    #1

    Hi all I have a problem in processing Semicolon <;> seperated CSV file Web server Locale "en-US" CSV file Locale "de-DE" i will not be able to use "Microsoft text driver" Is there any known solution????

    Thanks & Regards Pete

    Steve EcholsS 1 Reply Last reply
    0
    • P Prasanna Kumar Pete

      Hi all I have a problem in processing Semicolon <;> seperated CSV file Web server Locale "en-US" CSV file Locale "de-DE" i will not be able to use "Microsoft text driver" Is there any known solution????

      Thanks & Regards Pete

      Steve EcholsS Offline
      Steve EcholsS Offline
      Steve Echols
      wrote on last edited by
      #2

      Can't you just open the file, read it line by line and use the Split function to get the values?


      - S 50 cups of coffee and you know it's on! A post a day, keeps the white coats away!

      • S
        50 cups of coffee and you know it's on!
        Code, follow, or get out of the way.
      P 1 Reply Last reply
      0
      • Steve EcholsS Steve Echols

        Can't you just open the file, read it line by line and use the Split function to get the values?


        - S 50 cups of coffee and you know it's on! A post a day, keeps the white coats away!

        P Offline
        P Offline
        Prasanna Kumar Pete
        wrote on last edited by
        #3

        I need to query the CSV file... there can be semicolons in the content also, so split will not help... i need to execute SQL Queries on the file using ADO..

        Thanks & Regards Pete

        Steve EcholsS A 2 Replies Last reply
        0
        • P Prasanna Kumar Pete

          I need to query the CSV file... there can be semicolons in the content also, so split will not help... i need to execute SQL Queries on the file using ADO..

          Thanks & Regards Pete

          Steve EcholsS Offline
          Steve EcholsS Offline
          Steve Echols
          wrote on last edited by
          #4

          Good luck, bro. :laugh:


          - S 50 cups of coffee and you know it's on! A post a day, keeps the white coats away!

          • S
            50 cups of coffee and you know it's on!
            Code, follow, or get out of the way.
          1 Reply Last reply
          0
          • P Prasanna Kumar Pete

            I need to query the CSV file... there can be semicolons in the content also, so split will not help... i need to execute SQL Queries on the file using ADO..

            Thanks & Regards Pete

            A Offline
            A Offline
            Abhishek Sur
            wrote on last edited by
            #5

            As per I know, if comma is there in your data you must write like "data1,data2" inside your CSV file, so that it takes it as single data.

            Abhishek Sur

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups