Skip to content

Commit

Permalink
Merge pull request #305 from OpenFn/msgraph-parseCsv
Browse files Browse the repository at this point in the history
`msgraph` add `parseCsv`
  • Loading branch information
mtuchi authored Jul 14, 2023
2 parents f327c9c + d33c0ee commit d73086f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/silent-flowers-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@openfn/language-msgraph': minor
---

export parseCsv from common
4 changes: 1 addition & 3 deletions packages/msgraph/src/Adaptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ export function get(path, query, callback = false) {

export { request } from './Utils';

// export * from '/Sharepoint';

// TODO: Decide which functions to publish from @openfn/language-common
export {
dataPath,
dataValue,
Expand All @@ -105,4 +102,5 @@ export {
lastReferenceValue,
merge,
sourceValue,
parseCsv,
} from '@openfn/language-common';

0 comments on commit d73086f

Please sign in to comment.