CSV files are now built from a master CSV builder file.

This commit is contained in:
Xander 2025-04-02 21:11:57 +01:00
parent 197081a55e
commit 94a0de09cb
4 changed files with 8 additions and 0 deletions

1
src/csv/built/a.csv Normal file
View file

@ -0,0 +1 @@
a
1 a

3
src/csv/credentials.csv Normal file
View file

@ -0,0 +1,3 @@
test.fusil.uk
author,testuser,QUBsucks&UUisBetter
subscriber,subscriber,drewapicture(incrediblyfunnyjoke!)
1 test.fusil.uk
2 author,testuser,QUBsucks&UUisBetter
3 subscriber,subscriber,drewapicture(incrediblyfunnyjoke!)

4
src/main/CsvBuilder.java Normal file
View file

@ -0,0 +1,4 @@
package main;
public class CsvCleaner {
}