mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: wip import resources
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import { Inject, Service } from 'typedi';
|
||||
import { Service } from 'typedi';
|
||||
import * as R from 'ramda';
|
||||
import { isUndefined, mapValues, get, pickBy, chain } from 'lodash';
|
||||
import { isUndefined, get, chain } from 'lodash';
|
||||
import { ImportMappingAttr, ResourceMetaFieldsMap } from './interfaces';
|
||||
import { parseBoolean } from '@/utils';
|
||||
import { trimObject } from './_utils';
|
||||
import ResourceService from '../Resource/ResourceService';
|
||||
|
||||
@Service()
|
||||
export class ImportFileDataTransformer {
|
||||
|
||||
Reference in New Issue
Block a user