<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    You might consider ogr2ogr as an alternative approach. You can run
    this from the command line allowing you to use shell scripts to
    iterate through all your .csv files. There are also python bindings
    for ogr2ogr if you're more comfortable with python than shell
    scripts.<br>
    <br>
    On 11/15/2022 9:59 AM, Salvatore Mellino via Qgis-user wrote:
    <blockquote type="cite">Hello,
      <br>
      <br>
      thank you for your answer. I have many csv (about 100), so I need
      an automatic procedure. Maybe a python script...
      <br>
      <br>
      Il 15/11/2022 16:55, Nicolas Cadieux ha scritto:
      <br>
      <blockquote type="cite">Hi,
        <br>
        <br>
        Yes, you can do that very easily using QGIS.  Layer/add
        layer/add delimited text layer.  Then just export the layer in
        the format of your choice. You may need to convert the
        coordinates in decimal degrees (ex 75 05 30.4 ->
        75.0917777777778000000 ).
        <br>
        <br>
        You can do this in Excel using =(A6)+(B6/60)+(C6/3600)+(D6/3600)
        A= Deg, B= Min, C=Sec, D= Decimal Sec.  Then export to csv.
        <br>
        <br>
        Nicolas
        <br>
        <br>
        <br>
        On 2022-11-15 10:08 a.m., Salvatore Mellino via Qgis-user wrote:
        <br>
        <blockquote type="cite">Hello,
          <br>
          <br>
          I would like to know if it is possible to import multiple csv
          files contained in a folder and to convert them in shapefiles
          (1 for each csv). All csv files are structured as "lat long
          value" separate by space and without any header line.
          <br>
          <br>
          Thank you for your help! Regards,
          <br>
          <br>
          Salvatore
          <br>
          <br>
        </blockquote>
      </blockquote>
    </blockquote>
    <br>
    <br>
  </body>
</html>