Recent content by txab

  1. T

    Linking to multiple CSV files and renaming tables without ".CSV"

    Yeah - that's the sticking point for me. The connection string works when I include the filename but fails without one. The issue is that the CSV filenames change every day and do not exhibit patterns like datetime stamps, etc.
  2. T

    Linking to multiple CSV files and renaming tables without ".CSV"

    Sorry per post #11. I don't want to use VBA for this scenario.
  3. T

    Linking to multiple CSV files and renaming tables without ".CSV"

    If I remove the filename following the bracket (like below), I get a "cannot find table" error. SELECT * INTO NewTable<br>FROM [Text;HDR=Yes;FMT=Delimited;Database=C:\Users\Daniel\Documents\Test] How should I proceed? Thank you!
  4. T

    Linking to multiple CSV files and renaming tables without ".CSV"

    Is it possible to use a wildcard in the filename here without resorting to VBA? My csv filenames change regularly but are always located in the same folder.
Back
Top Bottom