Trying to import the data in maridadb and my data will look like
"20220910SATURDAY" "20220911MON" "20220912TUE" "20220913THUR"
represents the data. My database structured columns are : column1:Year, column2:Month, Column3:Day, Column4:DayInLetters. Need to define a configuration like in every line first 4 letters i.e from 0 to 3 is year field , 4-5 is Mon, 6-7 is Day, 8-last is DayInLetters. Is there any solution?