@switch (post.data_source) {
@case ('csv_with_header') {
{{ t('The first row of the CSV file will be treated as column names') }}
}
@case ('csv_without_header') {
{{ t('The CSV file consists only data sets without column names as header') }}
}
@case ('json') {
{{ t('Importing Data from JSON Files') }}
}
}