filmov
tv
How to convert CSV data into JSON in Apache NiFi

Показать описание
How to convert CSV data into JSON in Apache NiFi
Csv to Json
1 - GenerateFlowFile
first_name,age
adrian,12
aodba,10
2 - Convert Record
Converts between formats and/or like schemas. For example, conversion from CSV to Json can be performed by configuring
ConvertRecord with a CsvReader and an JsonRecordSetWriter.
called "CSV2JSON AvroSchemaRegistry"
{
"name": "person",
"namespace": "nifi",
"type": "record",
"fields": [
{"name": "first_name" , "type" : "string"},
{"name": "age" , "type" : "int"}
]
}
create CSVReader called "CSV2JSON CSVReader"
create JsonRecordSetWriter called "CSV2JSON JsonRecordSetWriter"
3 - logattribute
[ {
"first_name" : null,
"age" : 12
}, {
"first_name" : null,
"age" : 10
} ]
apache nifi | nifi hadoop | nifi processors | nifi | nifi examples | nifi etl | apache nifi example
Csv to Json
1 - GenerateFlowFile
first_name,age
adrian,12
aodba,10
2 - Convert Record
Converts between formats and/or like schemas. For example, conversion from CSV to Json can be performed by configuring
ConvertRecord with a CsvReader and an JsonRecordSetWriter.
called "CSV2JSON AvroSchemaRegistry"
{
"name": "person",
"namespace": "nifi",
"type": "record",
"fields": [
{"name": "first_name" , "type" : "string"},
{"name": "age" , "type" : "int"}
]
}
create CSVReader called "CSV2JSON CSVReader"
create JsonRecordSetWriter called "CSV2JSON JsonRecordSetWriter"
3 - logattribute
[ {
"first_name" : null,
"age" : 12
}, {
"first_name" : null,
"age" : 10
} ]
apache nifi | nifi hadoop | nifi processors | nifi | nifi examples | nifi etl | apache nifi example
How to Convert CSV to Excel (Simple and Quick)
Format messy CSV data in 15 Seconds! #excel #exceltips #exceltricks
How to Convert Excel to CSV (Quick and Correct)
Convert a CSV File to Excel
How to Save Excel File as a CSV File
Opening .CSV Files with Excel - Quick Tip on Delimited Text Files
Separate Text In CSV Files With This Easy Function
'Convert Excel to CSV file on Desktop - A Step-by-Step Guide' #shorts #viral #desktop
How to Convert a CSV File to Excel
How to Import CSV File Into Excel
Excel: Split CSV File into Separate Sheets in Seconds! (2024)
How to convert txt file to csv or excel file
How to import or convert a CSV file into Google Sheets
Text to Columns Comma Delimited txt Or csv To Excel (2021)
Convert CSV to Excel (2 simple methods)
Import .csv data in R #r #read.csv #csvdata #rprogrammingforbeginners #rstudio
How to Convert CSV file into Shapefile in ArcGIS
How to Convert Excel File to CSV File Format
How to clean data in seconds using text to columns. 🤤 #excel #sheets
How to Convert PDF to CSV? 📃
06 - Import Data from CSV Files into Excel using Power Query
Import Your First Data in Power BI with a CSV File - Quick and Easy! | Power BI Tutorial Beginners
Use This Trick to Merge CSV Files Together Instantly
Tutorial Preview | How to convert a CSV file to an XLSX file using Microsoft Excel #Shorts
Комментарии