To configure the method properly, you need to provide the following parameters:
csvData (byte[]): The CSV file data, provided as a byte array. You can get this from an uploaded file or another data source.
splitChar (string): The delimiter used to separate the CSV values. This is typically a comma (,), but it could be any character (e.g., semicolon, tab).
,
fileEncoding (string): The encoding format of the CSV file. It could be "UTF-8" or "UTF-16LE".