Decision Management (ODM,ADS)

Decision Management (ODM, ADS)

Connect with experts and peers to elevate technical expertise, solve problems and share insights

 View Only
  • 1.  Validation on 15millions string values against given value

    Posted 3 hours ago

    Hi All,

    Requesting to suggest the best approach to validate 15 million string values(employee ids) against given value.
    Ex: if employee id of the employee is one of {"a1","a2","a3",................"a150k"}

          then set status of employee to Active.

    Note: Given employee ids in excel sheet.



    ------------------------------
    Ali B
    ------------------------------


  • 2.  RE: Validation on 15millions string values against given value

    Posted 3 hours ago

    Hi,

    This is a complex problem, I would say for sure don't put the values in the rules directly. 

    I would think a possible way would be to include the excel spreadsheet in the XOM  and using the POI java library (for example) to search in the excel file directly in java or B2X. 

    My 2 cents



    ------------------------------
    Alain Robert
    ------------------------------



  • 3.  RE: Validation on 15millions string values against given value

    Posted an hour ago
    Edited by Ali B an hour ago

    Thank you so much @Alain Robert for your quick response, Sure will use POI java library.



    ------------------------------
    Ali B
    ------------------------------