Customer Portal

multiplying output

Comments 6

  • Avatar
    dpavlis
    0
    Comment actions Permalink
    Try to use UniversalDataReader - that is a successor to DelimitedDataReader which is able to handle more problems in imput data.

    Could you send/post also the .grf file which is causing the problem ?

    Nonetheless, your problem is quite odd. We have not seen this behavior before with this component.
  • Avatar
    schabluk
    0
    Comment actions Permalink
    Same story with Universal Data Reader.

    Graph: http://www.sendspace.com/file/lcfs8w
  • Avatar
    schabluk
    0
    Comment actions Permalink
    This is for sure environment problem (probably eclipse). 1/10 times graph works fine.
  • Avatar
    schabluk
    0
    Comment actions Permalink
    Furthermore, the output file includes only those values, which are Autofilling. Non of the "in file" data is proceeded to output.
  • Avatar
    jausperger
    0
    Comment actions Permalink
    I checked up your graph file and I didn't find a metadata file. I suppose you have autofilling for all metadata. Ie:

    <Record fieldDelimiter="|" name="recordName1" recordDelimiter="\n" type="delimited">
    <Field auto_filling="source_name" name="field1" type="string"/>
    </Record>

    Then you are right. The clover should throw an exception because there isn't a metadata description how to read the data.
  • Avatar
    jausperger
    0
    Comment actions Permalink
    If you want to get only file name I suppose to use SystemExecute component. Something like dir -... > fileNames.txt and then use a reader.

Please sign in to leave a comment.