Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
jain1
Contributor
Contributor

tDynamodbInput

How can I set a query to retrieve total number of records based on filter from Dynamodb using tDynamodbInput component?

 

Thanks,

Jain

Labels (2)
2 Replies
Anonymous
Not applicable

Hi Jain
Do you want to get the total number of records which are read tDynamodbInput? If so, there is a global variable that you can use directly.
((Integer)globalMap.get("tDynamoDBInput_1_NB_LINE"))

Regards
Shong
jain1
Contributor
Contributor
Author

Hi Shong,

 

Thank you for your response.

  1. I really don't want to get the total number, I need to get the count based on the status_1 column from the below attached table. Also wanted to bulk update the status, say from ERROR to READY. Can this be handled from dynamodbinput/output component?
  2. 0683p000009M8nx.png