Skip to main content
ankushs0002
Known Participant
April 30, 2024
Question

Convert Raw data into the respective CDT

  • April 30, 2024
  • 7 replies
  • 0 views

I have one requiremnt where i need to just convert the raw data into respective CDT. Is it possible to convert into the CDT without expression data. I have used cast but it is not worthy to be work. If same case is used for this using expression then it is working

[RecordID=4, CatalogID=, ScopeID=6, VendorID=, InHouseTechnicianID=, WORemediationID=, BidID=, Category=, Description=, GLCode=, GLSeg=, IsExterior=false, LineItemApproval=, MatCost=, Pass=, Price=0, Quantity=1, UnitOfMeasure=, ResidentResponsible=1, Room=, SubCategory=, Summary=, TechCost=, TechTime=, OriginalPrice=, VendorPrice=, Modified=, Deleted=false, CreateUser=henryfok, CreateDate=2/15/2018 12:00 AM UTC, UpdateUser=henryfok, UpdateDate=2/15/2018 12:00 AM UTC]

7 replies

stefanhelzle0001
Brainy
April 30, 2024

Where is this "raw" data coming from? For me, this looks like a CDT as displayed in process history.

ankushs0002
Known Participant
April 30, 2024

This is the raw data from CDT but we don't have such data in expression. We have only raw data

stefanhelzle0001
Brainy
April 30, 2024

Please help me to understand what this "raw data" is. 

And what exactly do you mean with "This is the raw data from CDT but we don't have such data in expression"?

To be able to support you, we need the full context, goals, code, screenshots, observations of what you want to achieve, what you did, what you observed, and a clear problem statement.

harshk1671
April 30, 2024

You can try this.

cast(
  'type!CDT_NAME',
  {
    dictionary structure
  }
)

But your requirement is not clear to me, as per the requirement there may be other solutions.