Skip to main content
Navigator | Tier 3
March 10, 2022
Question

find word

  • March 10, 2022
  • 2 replies
  • 64 views

Hello,

i m facing a problem to find o word with AAE V11 :

imagei goal is to select vb from A. the problem is . We have 2 A as parent

    2 replies

    Tamil Arasu10
    Most Valuable Pathfinder
    Most Valuable Pathfinder
    March 10, 2022

    I hope you have used string operation--> Find option to find the string or letter

    Please check the Start From : value that should be 1

    _Tamil_
    OlatidoyeAuthor
    Navigator | Tier 3
    March 10, 2022

    thanks.

    i export the table to csv file . i have :

    "","Planifié"

    "",,,,,,,,,,,,,,,,,,

    "A","Réel",

    "A1","Planifié",

    "","Réel",

    "",,,,,,,,,,,,,,,,,,

    "A","Réel",

    "A2","Planifié",

    "","Réel",

    "",,,,,,,,,,,,,,,,,,

    "B","Réel",

    "BZ","Planifié",

    "","Réel",

    "",,,,,,,,,,,,,,,,,,

    "C","Réel",

    "BZ","Planifié",

    "","Réel",

    "",,,,,,,,,,,,,,,,,,

    "D","Réel",

    "D1","Planifié",

    "","Réel",

    "",,,,,,,,,,,,,,,,,,

    "E","Réel",

    "BZ","Planifié",

    "","Réel",

    "",,,,,,,,,,,,,,,,,,

     

     

    i want to get the line number of:

    "A2","Planifié" from A

    "BZ","Planifié" from E

    using loop row in csv

    we are what we think we are