package anki.import_export

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

service BackendImportExportService

import_export.proto:30

Implicitly includes any of the above methods that are not listed in the backend service.

service ImportExportService

import_export.proto:15

message CsvMetadata

import_export.proto:148

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:158

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:149

Used in: CsvMetadata, ImportResponse.Log

message CsvMetadata.MappedNotetype

import_export.proto:166

Used in: CsvMetadata

enum CsvMetadata.MatchScope

import_export.proto:190

Used in: CsvMetadata

message ExportAnkiPackageOptions

import_export.proto:96

Used in: ExportAnkiPackageRequest

message ExportLimit

import_export.proto:220

Used in: ExportAnkiPackageRequest, ExportCardCsvRequest, ExportNoteCsvRequest

message ImportAnkiPackageOptions

import_export.proto:56

Used as response type in: ImportExportService.GetImportAnkiPackagePresets

Used as field type in: ImportAnkiPackageRequest

enum ImportAnkiPackageUpdateCondition

import_export.proto:50

Used in: ImportAnkiPackageOptions

message ImportResponse

import_export.proto:69

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

message ImportResponse.Log

import_export.proto:74

Used in: ImportResponse

message ImportResponse.Note

import_export.proto:70

Used in: Log

message MediaEntries

import_export.proto:118

message MediaEntries.MediaEntry

import_export.proto:119

Used in: MediaEntries

message PackageMetadata

import_export.proto:103

enum PackageMetadata.Version

import_export.proto:104

Used in: PackageMetadata