web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / hexadecimal value 0x00...
Power Apps
Unanswered

hexadecimal value 0x00 is an invalid character

(0) ShareShare
ReportReport
Posted on by 7
Hi All,
 
I am trying to load data into dataverse table from a csv but getting error :hexadecimal value 0x00 is an invalid character/ in one of the field for few rows.
 
Can anyone tell hoe to fix it in dataverse? Do I need to write some formula or need to chnage data type from text?
 
Please help if aware .
 
Regards
Vaishali
I have the same question (0)
  • ChrisPiasecki Profile Picture
    6,424 Most Valuable Professional on at

    Hi @Vaishali04,

     

    Looks like a hidden null character is in your file. You can open it in Excel and do a search for CHAR(0) and replace it with blank/empty space. Then save it as a CSV again and try reimporting. 

     

    ---
    Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.

  • Vaishali04 Profile Picture
    7 on at

    Hi @ChrisPiasecki ,

     

    Thanks for your reply.

     

    I don't have access to the csv file . It is in production environmen. I am loading the csv from Azure blob into Dataverse table using adf pipelines. for now I just skipped the records cuaing issue in adf pipeline. But I want to load those records in dataverse table . Is there a way to resolve the issue in dataverse or adf pipeline ?

     

    Regards

    Vaishali

  • ChrisPiasecki Profile Picture
    6,424 Most Valuable Professional on at

    Hi @Vaishali04,

     

    Ok, didn't realize you were using a pipeline to automate it. That opens up more possibilities 🙂. A possible approach would be:

    • Add a Derived Column transformation after you've read in the CSV data
    • In the Derived Column, You can use an expression such as regexReplace to replace it with an empty value. Haven't tested, but I imagine something like this (might need to try a few different combinations for the hex value, could be \x0000 or 0x0 without quotes):
      regexReplace(<ColumnName>, '\\x00', '') 

      replace <ColumnName> with the CSV column that contains the null character.

     

    ---
    Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 547

#2
WarrenBelz Profile Picture

WarrenBelz 444 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 322

Last 30 days Overall leaderboard