public class CsvUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
removeColumnsThatStartWith(String csvString,
String prefix)
Removes columns that start with prefix.
|
public static String removeColumnsThatStartWith(String csvString, String prefix)
csvString - represents CSV file, usually file contents.prefix - that a column should start with to be marked for removal.Copyright © 2002-2021 Atlassian. All Rights Reserved.