Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Perl (https://www.askmehelpdesk.com/forumdisplay.php?f=453)
-   -   Need to convert .XLS, and .MDB data to ASCII in Linux (https://www.askmehelpdesk.com/showthread.php?t=457184)

  • Mar 12, 2010, 08:24 AM
    lroomberg
    Need to convert .XLS, and .MDB data to ASCII in Linux
    My customers send me data in .XLS and .MDB formatted files. Spreadsheet data always consists of a single tab. Access .MDB data always consists of less than 100 fields. All the fields are numbers, text, or dates.

    My computer runs Linux. I code in Perl 5.8.8. OS is Linux (Centos 2.6.18-128.7.1.el5, but what I code typically runs anywhere Red Hat, SUSE, or other major distros.)

    I am looking for a free (or very cheap) utility that will convert the data to tab-delimited ASCII files.

    The solution MUST be able to be called from Linux shell scripts so a command line interface would be ideal. An interactive GUI application will NOT work for me.
  • Mar 12, 2010, 09:33 AM
    Curlyben
    Excel can save to delimited file as standard and access can export to the same.
    I would ask you customers to send the information in this format.

  • All times are GMT -7. The time now is 07:01 AM.