LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  .DBF Files

    Employee
    Posted 08-29-2015 08:45

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: quattro_junkie

    Hi All,

    Has anyone successfully imported .DBF files into Lavastorm?

    If so, which Acquisition node do I use?

    Thanks in advance.

    Cheers!


  • 2.  RE: .DBF Files

    Employee
    Posted 08-29-2015 09:13

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    It looks like you are using the public version of our software. It would be simplest to import the file into Excel, and then use the ExcelInput node from there.

    If you have access to a full version of our software, then you can use the JDBC node to read DBF files.

    You would need to download the appropriate JDBC driver (several are available), and then use a DBurl similiar to this:
    jdbc:odbc:Driver={Microsoft dBASE Driver (*.dbf)};DefaultDir=C:\\dblocation
    Start by reading the documentation in the JDBCquery node. A quick google search will turn up several possible drivers.
    http://stackoverflow.com/questions/8...river-for-java


  • 3.  RE: .DBF Files

    Employee
    Posted 08-30-2015 00:23

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: quattro_junkie

    Hi stonysmith,

    Thanks for the response. I have a public version at home but am using the LAE 6.1 at work. Appreciate you taking the time out to reply.

    Can you provide more specifics to which jdbc driver you recommend that I download? Also, after some Googling, some are paid drivers (which I don't mind paying if it does the job).

    Thanks again stonysmith.


  • 4.  RE: .DBF Files

    Employee
    Posted 08-30-2015 19:30

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ryeh

    The Windows ODBC Admin also has drivers for DBF. At least on my machine it does!


  • 5.  RE: .DBF Files

    Employee
    Posted 08-30-2015 20:03

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: quattro_junkie

    Thanks ryeh. Much appreciated. It was right in front of me all this time!