My-FyiReporting icon indicating copy to clipboard operation
My-FyiReporting copied to clipboard

How to connect to a csv file

Open eduardovs opened this issue 9 years ago • 2 comments

Long time ago, I used fyireporting for connecting to odbc, but now I can't figure out how to connect to a csv file. I used the wizard, pasted/typed the file name and path in the connection text field. I tested the connection and it said it was ok. But when I pressed the ok button, this error dialog came up: CommandText requires a 'Url=' parameter. Thanks for moving forward with fyireporting.

eduardovs avatar May 28 '15 00:05 eduardovs

Does anyone want to fix this? It should be an easy fix.

majorsilence avatar May 28 '15 12:05 majorsilence

The same error occurs in the original fyireporting. After looking at a text example from the original software, I finally figured out that the way to make it work is like this:

  • First in the connection tab you choose Text
  • Next for the connection text field, enter anything--like "Hello?" If you press test connection, it will say it's successful, because it's not blank.
  • Then in the SQL Tab, on the right panel, type the path of your csv like in the following example: Url=C:\myscripts\bvprices.csv;Header=yes

Thanks.

eduardovs avatar May 28 '15 21:05 eduardovs