Here some code sample in JAVA to help you read our feeds: KFS FTP utils to get and check feeds CSV parser (using OPENCSV library): import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; import java.util.List; import au.com.bytecode.opencsv.CSVReader; public class CsvColumnReader { int NB_FIELDS_TO_RETRIEVE=18; public List<String> extract(File file) throws IOException { List<String> … Continue reading Code Samples JAVA
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed