In my workflow, I have created a field which is a concatenation of the file name and a date/time stamp (datetime() converted to a string). This new "file" field is used to name the output file. I am attempting to output to a fixed width flat file where each field begins in the appropriate position. The fixed width text file is getting created correctly and placed in the appropriate network folder, however, I'm also getting a 2nd file with the same name, but .flat extension. See information below. Why is this second file getting created and placed in the same network folder and what do I need to change to stop it?
<flatfile version="1">
<file
path="\\crebsfs\cr_ebs_apps_model\omniflow\masterfiles\jegl\applicationcodesourcecodeapprovermaster\app_source_approver_master_20171031154559.txt"
eoltype="crlf"
/>
<fields>
<field name="ApplicationArea" type="V_String" length="2"/>
<field name="SourceCode" type="V_String" length="3"/>
<field name="EmpID" type="V_String" length="9"/>
<field name="NotUsed" type="V_String" length="2"/>
<field name="First_Name" type="V_String" length="100"/>
<field name="Last_Name" type="V_String" length="100"/>
</fields>
</flatfile>