Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC)

MOSC Banner

how to validate "Null" value from a column in a line of record

Hi Experts,

i am trying to validate a line of record with 8 delimited values.

if i have a null value in 5th delimited value, how can i evaluate and get the output.

below is an emaple.

line of record:

entity, market, product, company, description, quantity, custom1, amount

1234, 111193, 212223, company1, FDMEE-Load-description, ,material,200

from the above line of record, I have "quantity" is NULL. how can i check it. it is a number vlaue.

i used below item, but it is not working

quantity = sLine.split(",")[6]

(quantity!= 0) == True

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center