Customer Portal

Universal Data Writer or XML writer

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    XMLWriter stores all records in the memory and after last one flushes everything to the file. Universal Data Writer stores in memory only some data (see Buffer's sizes) and , when the buffer is full, flushes them to the file. The file is closed after writing all data. (Unless you specify bytesPerFile or recordsPerFile attribute and wildcard '$' in your path name - see fileUrl attribute).
    The name of file in every graph execution has to be the same. For changing names use parameter and set parameter value on execution.
    You can also use partition, partitionFileTag, partitionKey and partitionOutFields attributes of Universal Data Writer for writing data to different files.

Please sign in to leave a comment.