Skip to content

Convert HTML mbn export file to MBN (XML). The purpose is to have a tool that when MBN export fails you could use this tool to get the HTML exported file and parse it to XML mbn format to recover your stored data

Notifications You must be signed in to change notification settings

guticoma2/htmlTombn

Repository files navigation

htmlTonbm

Es una utilidad para convertir (en el caso que la exportación a MBN falle) los ficheros HTML exportados de My Beer Notes a un fichero importable MBN (xml).

Instalación:

  • Ir a https://nodejs.org/es/download/ para descargar Node (seleccione LTS)
  • Ejecute el instalador siguiendo las instrucciones
  • Abra la consola de comandos (en Windows escriba cmd en el buscador e INTRO)
  • Escriba npm i @guticoma/html-to-mbn -g y presione INTRO

Uso

Básico

htmlTombn --html [nombre_fichero_html]

Creación de lotes (por si el fichero generado es demasiado grande y da problemas al importar)

htmlTombn --html [nombre_fichero_html] --chunks [tamaño]

Si se requiere tener un informe completo de la conversión:

htmlTombn --html [nombre_fichero_html] --verbose [otros_parámetros_opcionales]

Si se quire especificar el formato del fichero de salida:

htmlTombn --html [nombre_fichero_html] --format .xml [otros_parámetros_opcionales

Valores válidos: .xml o .mbn

About

Convert HTML mbn export file to MBN (XML). The purpose is to have a tool that when MBN export fails you could use this tool to get the HTML exported file and parse it to XML mbn format to recover your stored data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published