Customer Portal

Reading unstructured data from Excel

Comments 4

  • Avatar
    shwetarathi
    0
    Comment actions Permalink
    Hi,

    I am trying to read data(Client, Build Version and Region) values from an Excel file dynamically.

    I have tried to read it using XLS reader and it worked but I am pretty sure there is a better way to do it. Maybe using parameters?

    Do you think you could help me figure it out? I have attached a screenshot for your reference.

    Thanks for your time.

    -Regards

    Shweta
  • Avatar
    imriskal
    0
    Comment actions Permalink
    Hi Shweta,

    What do you mean by "dynamically", please? Does the position of these fields change? How? Horizontally, vertically, among various sheets or among various files? Could you please describe your task in more details?

    Thanks,
  • Avatar
    shwetarathi
    0
    Comment actions Permalink
    Hello imriskal,

    By dynamically, I mean every time I change the input file. The position of these fields does not change. Its pretty much constant.
    Sorry for confusing you.

    Thanks.
  • Avatar
    imriskal
    0
    Comment actions Permalink
    Ok, great. If the position is constant, you can read the whole file, pick just the fields you need and store them in dictionary. At the end, join dictionary values into one record. Please see the example graph. The conditions in if clauses in the first Reformat are just for the purpose of the example, maybe you can find some more suitable ones.unstructured.zipRegards,

Please sign in to leave a comment.