Function autoDetectDelimiter

  • Auto-detects the delimiter from CSV content

    Parameters

    • csv: string
    • options: string[] | { candidates?: string[]; useCache?: boolean; cache?: DelimiterCache } = {}

    Returns string