Accepting number and international Characters into the name
We have discovered completed applications with just numbers in the last name and name with Chinese characters. All of which throws our system off. Is there reason why we allow numbers into the name. And suggestion as to what to do with Chinese characters .
2
Categories
- 4 CCC Data Warehouse
- 66 CCCTC System Alerts
- 708 CCCApply
- 60 CCC MyPath
- 13 OpenCCC Student Account
- 28 CCC Promise Grant Application
- 62 CCC Accessibility Center
- 8 CCC Glue: College Adaptor
- 2 Enabling Services
- Implementation Project Managers (IPM)
- 1 College Relationship Managers (CRM)
- 116 CCCApply Report Center
- 34 CCCApply International Application
- CCCApply Administrator
- 47 Multiple Measures Initiative
- 45 Library Services Platform
- 11 Career Coach
- 4 C-ID
- 17 COCI
- 9 CCC ConferZoom
- eTranscript California
Comments
As for numbers in the name, I'll need to check on that and get back to you.
<?xml version="1.0" ?><formatDefinitions xmlns="http://xmlns.cccnext.org/xfer">;
<formatDefinition outputFormat="delimited" id="smcformat" applicationType="apply" delimiter="|"
stripDiacritics="true">
<fieldList>
The second part. We are also getting all numbers in a name. It's that expected?
Would you mind sending me the CCCID and Confirmation number of that app? Please email it to [email protected] I'd like to take a look at it as it is possible it is a fraudulent app.
I'd be interested to know what 'its not working' means.
Fyi, there is a bug in the strip diacritics behavior, specifically with some Chinese characters. It only occurs with fixed length files, which yours seems to be. What happens in that case is the length of the field is not what is defined in the format file. Its not a huge issue if you don't encounter those particular characters tho.
Also, correct me if I'm wrong, but strip diacritics should work whether ouptut format is set to utf-8 or not. Correct?
-<formatDefinitions xmlns="http://xmlns.cccnext.org/xfer">
-<formatDefinition id="gcccdMain" outputFormat="fixed">
-<fieldList>
TO adjust for foreign character with accents, would we add???
-<formatDefinitions xmlns="http://xmlns.cccnext.org/xfer">
-<formatDefinition id="gcccdMain" outputFormat="fixed" stripDiacritics = "True">
-<fieldList>
Would this solve the problem????
-<formatDefinitions xmlns="http://xmlns.cccnext.org/xfer">
-<formatDefinition id="gcccdMain" outputFormat="fixed" stripDiacritics = "True">
-<fieldList>