DZone
Integration Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Integration Zone > Processing Files With Special Language Characters Using Mule 4

Processing Files With Special Language Characters Using Mule 4

Learn several scenarios for files with special characters or language-based characters and the two major connectors that are used while reading files.

Sadik Ali user avatar by
Sadik Ali
CORE ·
Feb. 28, 22 · Integration Zone · Code Snippet
Like (5)
Save
Tweet
6.80K Views

Join the DZone community and get the full member experience.

Join For Free

Working with data, there are several scenarios to transform data from input files using the Mule 4 connector.

There are several scenarios for files with special characters or language-based characters.

  • Data will be trimmed in output.
  • Wrong format data will be converted in output.
  • Data for the rest of the row will be moved to unexpected columns.

There are two major connectors that are used while reading files.

  1. File connector: Maximum used while staged-based data processing
  2. SFTP connector: Largely used for reading files from external locations

Scenario 1

Data with special characters like '" "' or HTML tags

Requirement 

Process data to an output file with intact information. 

Sample Input Data 

Includes special characters:

Sample Input Data Scenario 1

Recommended Solution:

Use input connector (File/SFTP) to transform data while reading from input file.

XML
 
<file:read doc:name="Read" doc:id="23facb3c-774e-48a4-817d-21c79a8aa94f" config-ref="File_Config" path="sample.csv" outputMimeType='application/csv; escape="\"\""'/>

Configure the content of file and add escape character configuration in inbound connector configuration.

Scenario 2 

Data with special character like language specific (Latino) or HTML tags

Sample Input Data  

Includes special characters and language specific characters:

Sample Input Data Scenario 2

Recommended Solution  

Find below screenshot for example.

Screenshot of recommended solution

Escape characters and encodings are not fit for all scenarios. We need to validate a specific scenario and configuration to validate input.

Using the above configuration, we would able to transform files with required output format. Also, see MuleSoft SFTP Connector and MuleSoft File Connector for additional reference.

Data processing

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • When Writing Code Isn't Enough: Citizen Development and the Developer Experience
  • Vaadin Apps as Native Executables Using Quarkus Native
  • Is DataOps the Future of the Modern Data Stack?
  • Is Your Code DRY or WET?

Comments

Integration Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo