The attribute renewable Program[] does not exist in input schema. Please update the source schema path and try again. | Community
Skip to main content
New Participant
August 26, 2024

The attribute renewable Program[] does not exist in input schema. Please update the source schema path and try again.

  • August 26, 2024
  • 4 replies
  • 1326 views

I have a filed of object type called  renewable Program in the schema.When i try to load data through CSV file into schema,it throws this error at mapping stage.It throws similar error for other fields of similar object type.

 

Error:

The attribute renewable Program[] does not exist in input schema. Please update the source schema path and try again.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

kautuk_sahni
Employee
September 16, 2024

@ritwikmo Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!

Kautuk Sahni
arpan-garg
New Participant
August 27, 2024

As @umamaheswari_yakkala  mentioned this issue is encountered for an object array. Can you create a sample file with just one record having all the data and test it. I believe one of the entry in your sample file might be missing something.

Umamaheswari_Yakkala
New Participant
August 26, 2024

HI ,

We encountered the same issue. It seems that the array requires values for all the attributes within each object. Could you please create a sample file with at least one record that includes all the necessary values? Sometimes the actual file might not have all the attributes

 

 

Thank You,

Uma

RitwikMoAuthor
New Participant
August 28, 2024

I have tried doing the same but it still gives the same error.

DavidRoss91
New Participant
August 26, 2024

Hi @ritwikmo 

The error is saying that the field you are attempting to ingest data into, either does not exist in your source data schema, or has an issue with formatting. Have you checked that?

 

Thanks,

David

RitwikMoAuthor
New Participant
August 26, 2024

I have checked for both and none of them is an issue.