Advanced Search
Search Results
6 total results found
Cashyew file suppressing
Removes the bought and suppressed records of the provided user from the file. Usage: php suppress_file.php <file_name> <user_id> <phone_column_name> Before usage: 1. Upload your file into the wordpress uploads folder. 2. Open the cashyewleads terminal. 3...
Splitting CSV file
Splits the provided file into parts with chunk size. Script: split-csv.py Usage: python split-csv.py <csv_file_path> <rows_per_file> Example: python split-csv.py file.csv 10000
Remove duplicates
Generates a new file without duplicates, but keeps empty cells. Script: rdups.py Usage: python rdups.py <csv_file_path> <column_name> Example: python rdups.py /path/to/file.csv "phone number"
Format TCPA list file
Route::get('/format', function () { $path = \Illuminate\Support\Facades\Storage::path('file.csv'); $path2 = \Illuminate\Support\Facades\Storage::path('file-formatted.csv'); $reader = \League\Csv\Reader::createFromPath($path, 'r'); $writer =...
Find number in CSV file
Route::get('/find', function () { ini_set('max_execution_time', 30000); ini_set('memory_limit', '2048M'); $search = '4246263942'; $files = \Illuminate\Support\Facades\Storage::files('directory_in_storage_app'); $foundInFiles = []; ...
Admin panel
How to get to the admin panel page? Go to https://data.supportdatabases.com/dashboard and log in. Admin userLogin: masterbase@local.locPassword: hy6$@&drahe^&$38ad After you have logged in, click on the link. If you don't see the link, you need to add permi...