AZURE DATA FACTORY INTERVIEW QUESTIONS: FILES FORMATS
21.Diffrence types of file formats? 1.Delimited text files CSV Files and TSV Files CSV Files:- *Comma Separated Values * In which comma ,pipe etc. are used to separate the fields and values in CSV files. TSV Files:- * Tab separated values. *In which tab or space are used to separate the fields and values. *Fixed width data in which each field is allocated a fixed number of characters. 2.JSON *Java Script Object Notation (JSON). * JSON format file is a standard data interchange format. *JSON files are text-based, human-readable, can be edited easily. example:- { ...