Comments in Load Files

Comments are supported in Outline Load utility input CSV files.

  • For single line comments, place the hash character as the first character on the line; for example, # comment.

  • Blank lines are ignored.

  • Block comments are delineated by a start comment block indicator:#!— and terminated on a separate line with an end block indicator: #--! Intervening lines need not be commented.

For example:

#!—start of comment block 
Comment within block
Another comment within block
#--! End of comment block

Note:

Comment blocks cannot be nested. In addition, #!-- HEADERBLOCK is a reserved, Oracle Hyperion Planning internal, comment block header.