LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Excel File Node FileName Output

    Employee
    Posted 08-18-2011 08:19

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Pooja

    Hi,

    I'm not sure if I'm missing something but I can't see how to output the filename when using the excel filenode to import files in.

    Thanks

    Pooja


  • 2.  RE: Excel File Node FileName Output

    Employee
    Posted 08-19-2011 02:47

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Tim Meagher

    Hi,

    You need to use the WorkbookSpec parameter, and use the generatedFields tag.

    If you do not have anything set currently in the WorkbookSpec you can set the WorkbookSpec parameter to be:

    <workbook>
    	<generatedFields>
    		<field type="filename" />
    	</generatedFields>
    </workbook>
    Otherwise, you just need to integrate the filename generated field into the existing WorkbookSpec - look at the documentation on the WorkbookSpec parameter & the WorkbookSpecExample parameter for how to do this.

    Tim.


  • 3.  RE: Excel File Node FileName Output

    Employee
    Posted 08-22-2011 05:17

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Pooja

    Thanks Tim