Skip to main content
March 21, 2025
Question

Import CSV to Database - tab delimiter as an option?

  • March 21, 2025
  • 2 replies
  • 0 views

Hey AC,

Does anyone know if we can use TAB as a delimiter option in the 'Import CSV to Database' Excel tools plug-in? The comma (,) is already provided by default which works nicely but was wondering if there is an option for TAB.If so, what would the character look like?

    2 replies

    stefanhelzle0001
    March 21, 2025

    Looking at the ASCII table, TAB is #9, so a char(9) should work.

    joet0002Author
    March 21, 2025

    Thanks Stefan.