Questions tagged [invalid-characters]

191 questions
1
vote
2 answers

PLSQL: Find invalid characters in a database column (UTF-8)

I have a text column in a table which I need to validate to recognize which records have non UTF-8 characters. Below is an example record where there are invalid characters. text = 'PP632485 - Hala A - prace kuchnia Zepelin, wymiana muszli,…
Uthpala Dl
  • 45
  • 8
1
vote
1 answer

select globalmap using tDBinput with Talend give the error: Invalid character constant

I have to remove the accents from the person's name, but I cannot apply the function in Talend while it works in SQL oracle. this query works in my tDBInput component : "SELECT '"+((String)globalMap.get("copyOfSORTIE.NOM"))+"' as nom_nom_compl, …
1
vote
1 answer

What kind of character is "MZ" (unexpected token)?

I've got a program which is supposed to open files of a custom file type using file association. When doing it from inside the program, it does work correctly. But trying "Open with..." gives me an Error at line 1, Pos 2:Unexpected token (MZ)…
1
vote
2 answers

Xhtml Invalid Characters?

I have made custom xhtml valdidator in .NET(validating through dtd + some extra rules) and I have noticed a discrepancy between my validation and w3c validation. In my validator I get the following error when there is colon in the id (let's say :…
Pierluc SS
  • 3,138
  • 7
  • 31
  • 44
1
vote
1 answer

terms.fomula data argument invalid

I am new to R Studio and now want to make a "cca". I followed a describtion but R says NO. This is what Iam working with: PreAbscca<- read.table("PreAbsenz.csv", header = TRUE, row.names = NULL) UVcca<- read.table("UV.csv", header = TRUE, row.names…
1
vote
1 answer

Node.js XML builder Error: Invalid character in name: during creation of XML document

I am trying to create the XML file using the node.js and npm package xmlbuilder. When I am trying to create the tags I have some special characters such as : / etc due to which I am getting the following error: Error: Invalid character in name:…
BATMAN_2008
  • 2,788
  • 3
  • 31
  • 98
1
vote
0 answers

ODI12C: Unable to Load Control Characters from XML File

My XML File contains invalid Characters. Can some one help me how to load those from XML in ODI12C? Error: ODI is throwing an error saying Invalid characters. The value from the XML file looks like this : LA CASUBADA FLINTRIDGE. But the original…
1
vote
0 answers

Sitecore Installation failed, removed value from InvalidItemNameChars and disabled ItemNameValidation but still getting error

I'm trying to install the Sitecore Experience Extractor package in Sitecore 8.0. I keep getting the error "An item name cannot contain any of the following characters: /:?"<>|[]- (controlled by the setting InvalidItemNameChars)". I updated my web…
Erica Stockwell-Alpert
  • 4,624
  • 10
  • 63
  • 130
1
vote
1 answer

invalid characters not visible in BASH

I have been working on some device that allowed login via telnet and I extracted some data from devices and made some reports, without any problems. recently, I had to switch to SSH while rest of the script is all the same, only login procedure has…
Ibraheem
  • 149
  • 12
1
vote
1 answer

PowerShell - Invalid Characters in Save Path

I'm sure there are numerous things wrong with this script - but right now the only thing that's throwing any kind of error is the SaveImage part. So, script will pull results from MySql Queries, and use that information to make charts. Except it…
Steve
  • 47
  • 4
1
vote
2 answers

Check for Invalid characters(Special Characters & International character) in file name without validating file path

I am trying to validate a file name with invalid characters in the file name without validating file path. I have tried various combinations but none of my javascript functions seem to do the trick. @Html.TextBoxFor(model => model.Attachment, new…
1
vote
1 answer

Create NuGet Package with Special Character in Assembly Name

I have a project with C++ code that creates an assembly with a name like this: "C++Adapter.dll". I have not been able to create a proper NuGet package due to the "++" in the assembly name. When I run the nuget pack command-line, it goes and create a…
TNV
  • 973
  • 2
  • 11
  • 26
1
vote
1 answer

this character remover can't handle percent sign

I have this script that removes troublesome characters from filenames (along with some esthetic changes): set "fullpath=%~dp1" set "file=%~n1" set "ext=%~x1" echo "%~nx1" | find /i ".tmp" >nul && exit /b :: replace problem characters (add…
Bricktop
  • 533
  • 3
  • 22
1
vote
1 answer

Strange Characters in XML File (from User Input?)

Hey guys, I have an application that saves data using XML. I recently received a bug report from a user who is unable to open her data file. The parser apparently failed when it encountered a bad character. Fortunately, I have a copy of her data…
Craig Otis
  • 31,257
  • 32
  • 136
  • 234
1
vote
1 answer

Firebase php invalid character value error

Using firebase php, I am getting following error in a simple $firebase->set($data,$location) function. Uncaught exception 'Kreait\Firebase\Exception\FirebaseException' with message 'The location key "rural foothills m.d." contains on of the …
Steve Kim
  • 5,293
  • 16
  • 54
  • 99