question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to push deleted Report due to unescaped separator '\'

See original GitHub issue

Summary

I am currently unable to push to scratch org if a report name start with letter D.

Steps To Reproduce:

  1. Create a report in public folder nammed “Demo”
  2. pull sources
  3. delete said report
  4. modify anuthng else in sfdx project
  5. Push

Expected result

Everything gets pushed

Actual result

Following error related to char escaping :

ERROR running force:source:push: 
SourceMember WHERE MemberName IN ('unfiled$public\Demo_time_per_lead_1Yb'
                                 ^
ERROR at Row:1:Column:85
Invalid string literal 'unfiled$public\Demo_time_per_lead_1Yb'. Illegal character sequence '\D' in string literal. 

Additional information

SFDX CLI Version(to find the version of the CLI engine run sfdx --version): sfdx-cli/7.11.2-4a5bf6aa97 win32-x64 node-v10.15.3

SFDX plugin Version(to find the version of the CLI plugin run sfdx plugins --core): @oclif/plugin-commands 1.2.2 (core) @oclif/plugin-help 2.2.0 (core) @oclif/plugin-not-found 1.2.2 (core) @oclif/plugin-plugins 1.7.8 (core) @oclif/plugin-update 1.3.9 (core) @oclif/plugin-warn-if-update-available 1.7.0 (core) @oclif/plugin-which 1.0.3 (core) @salesforce/sfdx-trust 3.0.5 (core) analytics 1.1.2 (core) generator 1.1.0 (core) salesforcedx 46.1.5 (core) ├─ force-language-services 46.3.0 (core) └─ salesforce-alm 46.3.0 (core)

sfdx-cli 7.11.2 (core)

OS and version: Win10

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10

github_iconTop GitHub Comments

2reactions
clairebianchicommented, Nov 8, 2019

@Gruck Thank you for pointing this out. I am putting it on our backlog now.

1reaction
clairebianchicommented, Mar 12, 2020

@OscarScholten I have this on our backlog for the summer release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

When deleting remote git branch "error: unable to push to ...
In the original question, the problem is that the remote branch was already deleted, presumably by somebody else, so only the local had...
Read more >
Push rules - GitLab Docs
Push rules give you more control over what can and can't be pushed to your repository. While GitLab offers protected branches, you may...
Read more >
Prepare a CSV File for an Import or Update in Salesforce
CSV file delimiter is a comma by opening it with the Notepad app on your computer. ... Many objects in Salesforce are related...
Read more >
Loading CSV data from Cloud Storage | BigQuery
When you load CSV or JSON data, values in DATE columns must use the dash ( - ) separator and the date must...
Read more >
Upload CSV files to Looker Studio - Google Support
File upload lets you report on data not supporte. ... errors is improper use of separators, quote marks and line break characters in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found