Search in the website
Number of visits
Today : 2
At total : 14182
1 visitors
If you encounter errors while using the CSV Reader, first re-upload the core reader files to your server installation to rule out corrupted files. If the issue persists, refer to the solution steps below.
Check Directory Permissions: Ensure your /upload/ directory has write permissions (0755 or 0775) enabled on the server.
Sanitize Filenames: Remove special characters, accents, and unusual punctuation from the file name prior to upload. Follow standard web naming conventions (e.g., data-file-2026.csv).
Adjust PHP Limits: Saving large files requires sufficient server execution time and memory. Increase the following directives in your php.ini file:
Ini, TOMLmax_execution_time = 300 post_max_size = 64M
Assign Valid Column Headers: Missing column headers cause indexing issues. If a column name is left blank or uses purely numeric titles, the system may misinterpret the index and push that column to the end of the table.
Solution: Assign alphanumeric names to all column headers (e.g., Header_1, ItemID).
Use UTF-8 Encoding: Ensure your original CSV file is saved using UTF-8 encoding before uploading. The reader outputs data in the same encoding format it receives upon import.
Validate CSV Syntax: Check that your file strictly adheres to standard CSV structure:
Use commas to separate every column (including empty fields).
Enclose string values in double quotes ("example").
Numerical values do not require quotes.
Source : csvreader
Price: $ 00.00 CAD to access csvreader extensions, forum support, chatbox support and update support
Author: csvreader 
Rank: Administrator
Views total: 966
Comments total: 0
Likes: 0
Dislikes: 0
Votes: Autorized
Comments: Autorized
Article source: csvreader
The news section containing all the latest post from each section.
Votes status: Authorized
Comments status: Authorized
Views total: 746
Comments total: 0
Votes results: 0 0
Article author: csvreader 
Author rank: Administrator
Article date: 2022-07-13
Article time: 10:41:44
Article source: csvreader
Modified the 2026-08-03 at 15:39:24
Votes status: Authorized
Comments status: Authorized
Views total: 1379
Comments total: 0
Votes results: 0 0
Article author: csvreader 
Author rank: Administrator
Article date: 2019-01-18
Article time: 07:12:56
Article source: csvreader
Modified the 2026-08-03 at 15:41:14
Votes status: Authorized
Comments status: Authorized
Views total: 1601
Comments total: 0
Votes results: 0 0
Article author: csvreader 
Author rank: Administrator
Article date: 2022-07-15
Article time: 08:08:25
Article source: csvreader
Modified the 2026-08-03 at 15:42:03
Votes status: Authorized
Comments status: Authorized
Views total: 1490
Comments total: 0
Votes results: 0 0
Article author: csvreader 
Author rank: Administrator
Article date: 2018-11-02
Article time: 10:28:58
Article source: csvreader
Modified the 2026-08-03 at 15:50:04
Votes status: Authorized
Comments status: Authorized
Views total: 1662
Comments total: 0
Votes results: 0 0
Article author: csvreader 
Author rank: Administrator
Article date: 2018-11-02
Article time: 09:57:41
Article source: csvreader
Modified the 2026-08-03 at 18:00:23