|
@@ -263,7 +263,7 @@ public class SampleTest {
|
|
|
|
|
|
@Test
|
|
@Test
|
|
public void testSendMessage() {
|
|
public void testSendMessage() {
|
|
- String path = "";
|
|
|
|
|
|
+ String path = "D:\\9563226_4.csv";
|
|
List<KuaishouReportDailyCreative>creatives = CsvReadBs.newInstance(path).read(KuaishouReportDailyCreative.class);
|
|
List<KuaishouReportDailyCreative>creatives = CsvReadBs.newInstance(path).read(KuaishouReportDailyCreative.class);
|
|
System.out.println(creatives);
|
|
System.out.println(creatives);
|
|
}
|
|
}
|