6.3. Import

            $Tag->import(
                {
                 table => VALUE,
                 type => VALUE,
                },
                BODY
            )
            $Tag->import($table, $type, $ATTRHASH, $BODY);
                base ==> table
                database ==> table
            [import table=orders type=LINE continue=NOTES]
            code: [value mv_order_number]
            shipping_mode: [shipping-description]
            status: pending
            [/import]
        
            [import table=orders type=LINE continue=NOTES]
            shipping_mode: [shipping-description]
            status: pending
            code: [value mv_order_number]
            [/import]