Home Discussions Questions & Answers Question on the Options Field

Question on the Options Field

Avatar photoCustomer January 4, 2025 at 1:41 pm

Hi Andy,

Hope your day is going well.  I am working on file extract and transfer within EBS and decided to use Blitz Report instead of the traditional UTL_FILE package.  Below is a screenshot of my report:

Below are my questions:

  1. For the Output format : CSV, how do I enclosed columns with double quotes to avoid issues when this file gets loaded into another system?
  2. Under Output Filename ( and Additional Output Filename ), is it possible for this to accept an Oracle SQL Function?  The reason being is that when user picks a GL_PERIOD_NAME parameter, it uses the value and add it to the file name.  The problem arises when the GL_PERIOD_NAME is September since the GL_PERIOD_NAME for SEPT-XX which is one character more than the rest of the period.  I would like to rename it the SEP-XX before the file gets created and transferred to the vendor.  If it’s not possible, we may need to do it in the Custom Postprocess script.
Viewing 3 reply threads
  • Author
    Replies
    • Support January 4, 2025 at 9:40 pm  

      Hi,

      Regarding the double quotes: Excel standard only adds these if they are required due to special characters in the data, such as comma or upper quotes. This is also the approach that Blitz Report uses. Here is an example:

      And regarding the second filename question:
      You (currently) cannot use a dynamic SQL function for the output filename, but you could use a workaround using a dependent hidden parameter having a dynamic default value like this:

      Would this work for your requirement?

      Regards,
      Andy

    • Avatar photoCustomer January 6, 2025 at 10:32 pm  

      Hi Andy,

      Thanks for the tip.  I was able to rename the output file from SEPT-20 to SEP-20!  I really appreciate your quick response!

    • Support January 7, 2025 at 7:10 pm  

      Hi,

      Thanks for the confirmation.
      That’s good to hear that it works as expected :-)

      Regards,
      Andy

    • Avatar photoCustomer January 8, 2025 at 5:53 pm  

      Hi Andy,

      That was easy.  Thanks again!

Viewing 3 reply threads
  • You must be logged in to reply to this post.

Login with: