Skip to main content
Contributor
September 26, 2022

Connector Fields

  • September 26, 2022
  • 5 replies
  • 0 views

We have fields defined in our connector that are not mapped to a dimension or attribute. I need to build a data adapter to take data from StageSourceData and tie it to the table that holds the data brought in by the adapter so I can grab one of these fields that is not mapped (Location). Can someone advise what is the table name that holds the raw data brought into OneStream by the adaptor (before it is mapped to a dimension or field)? Thanks!

5 replies

Veteran
September 26, 2022

Hi Oscar!
Onestream would probably recommend that you instead link to those view tables : 

vStageSourceAndTargetDataWithAttributes

vStageSourceAndTargetData
Can you test this and see if you see your attributes in there?
Cheers

Newcomer
September 27, 2022

Oscar

I don't think the unmapped fields/columns are stored anywhere in OneStream but please double check with support. I suggest you map all your non dimensional fields to attributes so that they will stay in the stage.

Sai

OscarAuthor
Contributor
September 27, 2022

Thank you both! I will check with OneStream as I was not able to locate the unmapped field from our Connector in the views mentioned in the first reply. Thank you both for the suggestions! 

September 27, 2022

The unmapped fields/data records are stored in the StageTargetData table.  However, it is recommended to use the  vStageSourceAndTargetDataWithAttributes and vStageSourceAndTargetData views.  All unmapped data records will have a ~ in the columns where the column headers end with T for Target

TonyToniTone_0-1664314262545.png

 

Newcomer
September 28, 2022

I think the OPs question was about unmapped columns to a OneStream dimension or attribute dimension from his source data. Your reply was more about unmapped data (no transformation rule for Ac 11080). 

OscarAuthor
Contributor
September 27, 2022

Thank you so much for your reply. I shall revisit the suggestion again!