Fixed-length text file to database script

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Stacey

    Fixed-length text file to database script

    Hi Guys,

    I'm new to Python (mostly) and I'm wanting to use it for a new project
    I'm faced with.

    I have a machine (PLC) that is dumping its test results into a
    fixed-length text file. I need to pull this data into a database
    (MySQL most likely) so that I can access it with Crystal Reports to
    create daily reports for my engineers.

    I've been reading the Python manual for about a week now and I'm
    learning a lot. Unfortunately, I was given a deadline today that I
    cannot meet without a little help.

    I need to know how to write a script that will DAILY pull this text
    file into a MySQL database.

    Can anyone show me how to do this?

    Thanks in advance

    Stacey

  • Diez B. Roggisch

    #2
    Re: Fixed-length text file to database script

    Stacey wrote:
    Hi Guys,
    >
    I'm new to Python (mostly) and I'm wanting to use it for a new project
    I'm faced with.
    >
    I have a machine (PLC) that is dumping its test results into a
    fixed-length text file. I need to pull this data into a database
    (MySQL most likely) so that I can access it with Crystal Reports to
    create daily reports for my engineers.
    >
    I've been reading the Python manual for about a week now and I'm
    learning a lot. Unfortunately, I was given a deadline today that I
    cannot meet without a little help.
    >
    I need to know how to write a script that will DAILY pull this text
    file into a MySQL database.
    >
    Can anyone show me how to do this?
    Show us code & data, and we show you how to improve the code.

    Or would you be able to write the script with the above information?

    Diez

    Comment

    Working...