package anki.import_export

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ImportExportService

import_export.proto:15

message CsvMetadata

import_export.proto:122

Column indices are 1-based to make working with them in TS easier, where unset numerical fields default to 0.

Used as response type in: ImportExportService.GetCsvMetadata

Used as field type in: ImportCsvRequest

enum CsvMetadata.Delimiter

import_export.proto:132

Order roughly in ascending expected frequency in note text, because the delimiter detection algorithm is stupidly picking the first one it encounters.

Used in: CsvMetadata, CsvMetadataRequest

enum CsvMetadata.DupeResolution

import_export.proto:123

Used in: CsvMetadata, ImportResponse.Log

message CsvMetadata.MappedNotetype

import_export.proto:140

Used in: CsvMetadata

enum CsvMetadata.MatchScope

import_export.proto:164

Used in: CsvMetadata

message ExportLimit

import_export.proto:194

Used in: ExportAnkiPackageRequest, ExportCardCsvRequest, ExportNoteCsvRequest

message ImportResponse

import_export.proto:47

Used as response type in: ImportExportService.ImportAnkiPackage, ImportExportService.ImportCsv, ImportExportService.ImportJsonFile, ImportExportService.ImportJsonString

message ImportResponse.Log

import_export.proto:52

Used in: ImportResponse

message ImportResponse.Note

import_export.proto:48

Used in: Log

message MediaEntries

import_export.proto:93

message MediaEntries.MediaEntry

import_export.proto:94

Used in: MediaEntries

message PackageMetadata

import_export.proto:78

enum PackageMetadata.Version

import_export.proto:79

Used in: PackageMetadata