Create FMT file with specific parameters

  • I am trying to create a new FMT file for a table I had to update. The base file is quoted and comma separated. The "current" file looks like this


    13.0

    8

    1 SQLCHAR 0 0 "\"" 0 first_quote SQL_Latin1_General_CP1_CI_AS

    2 SQLCHAR 0 25 "\",\"" 1 attraction_prefix SQL_Latin1_General_CP1_CI_AS

    3 SQLCHAR 0 255 "\",\"" 2 reseller_id SQL_Latin1_General_CP1_CI_AS

    4 SQLCHAR 0 255 "\",\"" 3 merchant_id SQL_Latin1_General_CP1_CI_AS

    5 SQLCHAR 0 255 "\",\"" 4 package_id SQL_Latin1_General_CP1_CI_AS

    6 SQLCHAR 0 255 "\",\"" 5 package_active_flag SQL_Latin1_General_CP1_CI_AS

    7 SQLCHAR 0 255 "\",\"" 6 customer_type_id SQL_Latin1_General_CP1_CI_AS

    8 SQLCHAR 0 255 "\"\n" 7 customer_type_active_flag SQL_Latin1_General_CP1_CI_AS


    I can't seem to find how to replicate this. Can someone please point me in the right direction?

     

    Thanks!

    Michael

  • What do you mean replicate this? This is just a text file you can edit.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply