dolibarr  16.0.5
Classes | Functions
import_csv.modules.php File Reference

File to load import files with CSV format. More...

Go to the source code of this file.

Classes

class  ImportCsv
 Class to import CSV files. More...
 

Functions

 cleansep ($value)
 Clean a string from separator. More...
 

Detailed Description

File to load import files with CSV format.

Definition in file import_csv.modules.php.

Function Documentation

◆ cleansep()

cleansep (   $value)

Clean a string from separator.

Parameters
string$valueRemove standard separators
Returns
string String without separators

Definition at line 1057 of file import_csv.modules.php.